freeCodeCamp/curriculum/math-challenges/31-algebra/the-order-of-operations.json

71 lines
1.2 KiB
JSON

{
"name": "The Order of Operations",
"order": 28,
"challenges": [
{
"id": "59a5801209a6acac5983b438",
"title": "Order of Operations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836456",
"title": "PEMDAS in Numerical Expressions",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836457",
"title": "Algebra Expressions with Exponents",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836458",
"title": "Algebra Expressions with Fraction Bars",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836459",
"title": "Order of Operations and Variable Substitution",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}