Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.13 KB

README.md

File metadata and controls

26 lines (22 loc) · 2.13 KB

Day 06

So yesterday we completed covered some parts of JS and today we'll be going through the rest of them.

Arrow functions are one of those things which have helped to make code in javascript compact. Today we will be learning how we can implement them in our code. Apart from this we will also be working with Spread and Rest Operators and will be having a quick look at the Document Object Model(DOM). We will also start with how we can destructure objects and then we will start with Document object manipulations in JS. Also we will be working on the Document object model and will be interacting with the web pages a bit more.

  1. Arrow Functions (ES6)
  2. Exports and Imports
  1. Spread and Rest Operators
  2. Destructuring Assignment
  3. Introduce the DOM
  4. DOM Structure
  5. Why is DOM necessary?
  6. Element ID
  7. Element Class or Tag
  8. Query Selector
  9. Changing HTML and Text
  10. Traversing DOM - 1
  11. Traversing DOM - 2
  12. DOM events
  13. Styles and Classes in DOM

This concludes the Day 06 of our 7 Days of Web Dev. So with this we have completed JS. So with this we have reached the end of our learning phase. Now its time tto implement what we have learned.

Let's get our game face on ... !!!!