feat: The Odin Project - Rock Paper Scissors Game (#55110)

Co-authored-by: Naomi <accounts+github@nhcarrigan.com>
This commit is contained in:
Sem Bauke
2024-06-27 17:55:36 +02:00
committed by GitHub
parent 197becc52a
commit 2a5efc1d73
3 changed files with 285 additions and 1 deletions
+10 -1
View File
@@ -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."
]
}
}
},