Skip to content

barnamumtyan/JavaScript30

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript30

What I've learned from each module:

01 - Javascript Drum Kit

  • Adding a 'transitionend' listener instead of a timeout, because timout can get out of synch with the css transition

02 - JS and CSS Clock

  • transform origin css property used for rotation

03 - CSS Variables

  • new CSS variables that can be updated with javascript
  • data attributes, and using the dataset property from an event to get all the data attributes

04 - Array Cardio Day 1

  • nothing new

05 - Flex Panel Gallery

  • learned about flexbox, and event.propertyName.includes function

06 - Type Ahead

  • adding an array as innerHtml, uses the join() method and automatically adds commas.
  • the change method of an input only fires when loosing focus, not on every keystroke

About

30 Day Vanilla JS Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 87.0%
  • CSS 9.8%
  • JavaScript 3.2%