Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ash-109/role-playing-game-freecodecamp
https://github.com/ash-109/role-playing-game-freecodecamp
css dom dom-manipulation html-css-javascript javascript
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ash-109/role-playing-game-freecodecamp
- Owner: ash-109
- Created: 2024-04-08T12:04:00.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T10:32:29.000Z (10 months ago)
- Last Synced: 2024-11-21T12:48:23.293Z (3 months ago)
- Topics: css, dom, dom-manipulation, html-css-javascript, javascript
- Language: JavaScript
- Homepage: https://ash-109.github.io/role-playing-game-freecodecamp/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# role-playing-game-freecodecamp
https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/#learn-basic-javascript-by-building-a-role-playing-game.
" Learn Basic JavaScript by Building a Role Playing Game
JavaScript is a powerful scripting language that you can use to make web pages interactive. It's one of the core technologies of the web, along with HTML and CSS. All modern browsers support JavaScript.
In this practice project, you'll learn fundamental programming concepts in JavaScript by coding your own Role Playing Game. You'll learn how to work with arrays, strings, objects, functions, loops, if/else statements, and more. "