hsnckkgl / JavaScript2

This repository contains all the material for module "JavaScript 2: DOM Manipulation"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If you are following the 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.

Module #3 - JavaScript 2: DOM Manipulation (Frontend)

JavaScript2

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.

Learning goals

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 and asynchronous operations
  • Gain awareness of the inner workings of JavaScript
  • Learn to think based on principles, instead of libraries and frameworks

How to use this repository

This repository consists of 3 essential parts:

  1. Reading materials: this document contains all the required theory you need to know while you're coding. It's meant as both study material and as a reference to understand what you're doing.
  2. Homework: this document contains the instructions for each week's homework.
  3. Lesson Plans: this part is meant for teachers as a reference. However, as a student don't be shy to take a look at it as well!

After your first class you should start off with checking the reading materials for that week. At the beginning that would be the Week 1 Reading. Study all the concepts and try to get the gist of everything. After, you can get started with the homework for that week.

If you have any questions or if something is not entirely clear ¯\_(ツ)_/¯, please ask/comment on Slack!

Planning

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 - -

Finished?

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!

Credit:

This curriculum is developed by HackYourFuture, modifications, and changes can be found in this Fork. (edited)

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

This repository contains all the material for module "JavaScript 2: DOM Manipulation"

License:Other


Languages

Language:JavaScript 94.9%Language:HTML 5.0%Language:CSS 0.1%