Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 801 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 801 Bytes

JavaScript Lecture Notes

Table of Contents

  1. Loops in JavaScript
    • Overview of various loops: for loop, while loop, do-while loop, for-of loop, for-in loop.
  2. Strings in JavaScript
    • String declaration, properties, template literals, and methods.
  3. Arrays in JavaScript
    • Array declaration, properties, looping methods, and built-in methods.
  4. Functions and Methods in JavaScript
    • Function declarations, arrow functions, higher-order functions like forEach, map, filter, and reduce.
  5. Document Object Model (DOM)
    • DOM structure, window object, element selection methods, properties, attributes, style manipulation, and element insertion and deletion.
  6. Events in JavaScript
    • Event handling, event object properties, and using event listeners.