Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages