Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andriikot/js__role_playing_game__freecodecamp
https://github.com/andriikot/js__role_playing_game__freecodecamp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andriikot/js__role_playing_game__freecodecamp
- Owner: AndriiKot
- Created: 2024-05-27T11:26:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T15:26:20.000Z (7 months ago)
- Last Synced: 2024-05-29T15:47:44.119Z (7 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.