https://github.com/nerooc/javascript-exercises
Javascript exercises to get to know the language better.
https://github.com/nerooc/javascript-exercises
exercises javascript learning-by-doing
Last synced: about 2 months ago
JSON representation
Javascript exercises to get to know the language better.
- Host: GitHub
- URL: https://github.com/nerooc/javascript-exercises
- Owner: nerooc
- Created: 2020-01-10T22:46:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T18:24:14.000Z (over 5 years ago)
- Last Synced: 2025-03-22T00:17:05.834Z (about 1 year ago)
- Topics: exercises, javascript, learning-by-doing
- Language: JavaScript
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript Exercises
Exercises from different courses brought together in one folder.
| Number | Exercise |
| ------ | -------- |
| 1 | [Exercise](https://github.com/nerooc/Javascript-exercises/blob/master/ex1.html)
| 2 | [Exercise](https://github.com/nerooc/Javascript-exercises/blob/master/ex2.html)
| 3 | [Exercise](https://github.com/nerooc/Javascript-exercises/blob/master/ex3.html)
| 4 | [Exercise](https://github.com/nerooc/Javascript-exercises/blob/master/ex4.html)
| 5 | [Exercise](https://github.com/nerooc/Javascript-exercises/blob/master/ex5.html)
| 6 | [Exercise](https://github.com/nerooc/Javascript-exercises/blob/master/ex6.html)
| 7 | [Exercise](https://github.com/nerooc/Javascript-exercises/tree/master/ex7%20-%20Pig%20game%20bonus)
| 8 | [Exercise](https://github.com/nerooc/Javascript-exercises/tree/master/ex8%20-%20functions%20and%20objects)
| 9 | [Exercise](https://github.com/nerooc/Javascript-exercises/tree/master/ex9%20-%20ES6%20(parks%20and%20streets))