You are welcome to contribute to this repo. See the CONTRIBUTING.md for more info
A collection of super beginner friendly tutorials and challenges to teach the JavaScript programming language. Each file contains:
- A tutorial explaining a concept
- A challenge or set of challenges to complete
Tutorial | Link |
---|---|
Getting started | |
Your first JS program | hello-world.js |
Using comments in JS code | commenting.js |