freeCodeCamp/curriculum/math-challenges/33-geometry/basic-polygons.json

45 lines
735 B
JSON

{
"name": "Basic Polygons",
"order": 5,
"challenges": [
{
"id": "59a5801209a6acac5983b497",
"title": "Classify Polygons",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a277",
"title": "Vertices and Sides",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a278",
"title": "Polygon Classification in the Coordinate Plane",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}