If you are following the HackYourFuture curriculum we recommend you to start with module 1: HTML/CSS/GIT. To get a complete overview of the HackYourFuture curriculum first, click here.
Please help us improve and share your feedback! If you find better tutorials or links, please share them by opening a pull request.
If you were to ask a random person on the street the question "What is a browser?", you'll most likely get a variety of (incorrect) answers. For proof, check this out.
You might be one of those people right now, but after this module no more. In JavaScript2 you'll learn all about how to use JavaScript within the browser.
In order to successfully complete this module you will need to master the following:
- Understand what the
DOM
is - Use the basics of
DOM Manipulation
- Differentiate between
synchronous
andasynchronous
operations - Gain awareness of the inner workings of JavaScript
- Learn to think based on
principles
, instead of libraries and frameworks
This repository consists of 3 essential parts:
README
: this document contains all the required theory you need to understand before class. It's also meant as a reference to understand what you're doing while you're coding.MAKEME
: this document contains the instructions for each week's homework.LESSONPLAN
: this document is meant for teachers as a reference. However, as a student don't be shy to take a look at it as well!
Before the first class of the module you should start off with the Week 1 Reading. Study all the concepts and try to get the gist of everything. After your first class, you can get started with the Week 1 Homework.
If you have any questions or if something is not entirely clear ¯\_(ツ)_/¯, please ask/comment on Slack!
Week | Topic | Reading Materials | Homework | Lesson Plan |
---|---|---|---|---|
1. | Document-Object Model (DOM), DOM manipulation | Reading W1 | Homework W1 | Lesson Plan W1 |
2. | Synchronous vs. asynchronous, Event Loop, Callbacks, Array Functions | Reading W2 | Homework W2 | Lesson Plan W2 |
3. | Scope, Hoisting, Closures, Thinking like a programmer II | Reading W3 | Homework W3 | Lesson Plan W3 |
4. | Test | Details | - | - |
Did you finish the module? Good job! You're doing great!
If you feel ready for the next challenge, click here to go to JavaScript3!
The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)
This work is licensed under a Creative Commons Attribution 4.0 International License.