https://github.com/lancelote/head-first-js
My notes and code samples made while reading "Head First JavaScript Programming" book
https://github.com/lancelote/head-first-js
Last synced: about 2 months ago
JSON representation
My notes and code samples made while reading "Head First JavaScript Programming" book
- Host: GitHub
- URL: https://github.com/lancelote/head-first-js
- Owner: lancelote
- Created: 2021-06-04T17:39:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T13:21:43.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T00:12:48.647Z (2 months ago)
- Language: HTML
- Size: 957 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# head-first-js
My notes and code samples made while reading
"[Head First JavaScript Programming][1]" book by Eric Freeman
and Elisabeth Robson## TOC
- [x] [Chapter 1. Getting your feet wet](src/ch01)
- [Embed JS in HTML](src/ch01/embed_js_in_html.html)
- [While Loop](src/ch01/while_loop.html)
- [Console Log](src/ch01/console_log.html)
- [ ] Chapter 2. Going further
- [ ] Chapter 3. Getting functional
- [ ] Chapter 4. Arrays
- [ ] Chapter 5. A trip to Objectiville
- [ ] Chapter 6. Getting to know the DOM
- [ ] Chapter 7. Serious types
- [ ] Chapter 8. Building an app
- [ ] Chapter 9. Handling events
- [ ] Chapter 10. Liberated functions
- [ ] Chapter 11. Serious functions
- [ ] Chapter 12. Creating objects
- [ ] Chapter 13. Extra strength objects[1]: https://www.goodreads.com/book/show/17912853-head-first-javascript-programming