Skip to content

HrishikeshSalunkhe/VanillaJavaScriptProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla JS Projects

Enroll; (COURSE BY JOHN SMIGA)

My Javascript Course

What I Developed

  1. Color Flipper
  2. Counter

What I Learned

  1. Color Flipper : a. To select Elements using document.querySelector(), document.getElementById(), document.getElementsByClassName(), document.getElementsByTagName(), b. To apply Styles in Javascript with (ele.style.[property-name]) c. To Add event listener on element ele.addEventListener('event-name',function(){}); d. Familiarity with Random and Floor methods in Math module

  2. Counter, Reviews , Sidebar a: To add Event Listener On Elements b: Use of Event Delegation c: Famiiar with eventObject d: Understood the event object properties event.target, event.target.classList (returns DOMTokenList similat to Array Objects(starts from index 0)),event.target.className , e: Understood the use of Ele.classList.toggle(); Method

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published