freeCodeCamp/curriculum/math-challenges/31-algebra/integers.json

71 lines
1.1 KiB
JSON

{
"name": "Integers",
"order": 27,
"challenges": [
{
"id": "59a5801209a6acac5983b437",
"title": "Absolute Value of Integers",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836451",
"title": "Integer Addition",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836452",
"title": "Integer Subtraction",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836453",
"title": "Integer Multiplication",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836454",
"title": "Integer Division",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}