Skip to content

Paul21777/modalWindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModalWindow

Project built during Jonas Schmedtmann's courses on UDEMY. THE WEBSITE

Screenshots

What I learned ?

  1. Systematically store my access to the DOM in variable to make their utilization easier
  2. Use the classList methode to manipulate class in HTML attributes
  3. An addEventListener create an object of what he listen, and we can manipulate this object to listen a specific key of the keyboard for example
  4. The querySelector select only the first element that he meet. To select all the selector of a specific class, we use querySelectorAll. QuerySelectorAll gives us a objet that looks like an array, and we can itearte in this array using a classical for loop (that way we talk the same way to all the element returned by the querySelectorAll).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published