mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: The Odin Project - Rock Paper Scissors Game (#55110)
Co-authored-by: Naomi <accounts+github@nhcarrigan.com>
This commit is contained in:
@@ -585,7 +585,10 @@
|
||||
"In these projects, you'll need to fetch data and parse a dataset, then use D3 to create different data visualizations. Finish them all to earn your Data Visualization certification."
|
||||
]
|
||||
},
|
||||
"d3-dashboard": { "title": "D3 Dashboard", "intro": ["", ""] }
|
||||
"d3-dashboard": {
|
||||
"title": "D3 Dashboard",
|
||||
"intro": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
"relational-database": {
|
||||
@@ -1279,6 +1282,12 @@
|
||||
"intro": [
|
||||
"Learn how to solve problems and understand errors in JavaScript."
|
||||
]
|
||||
},
|
||||
"top-build-a-rock-paper-scissors-game": {
|
||||
"title": "Build a Rock Paper Scissor Game",
|
||||
"intro": [
|
||||
"Put your JavaScript skills to the test by building a Rock Paper Scissors game."
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user