Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 700 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 700 Bytes

Challenge Day 1

Build a drum kit. All daily challenge's files are given, except for the javascript one. The task is watch the video and then reproduce the component by filling the script tags.

Concepts of the day

  • key events
  • playing audio
  • listening for transitionend event
  • animation

My goal is to become better at Javacript so I write plain Javascript everyday for 30 days with javascript30.com, a course/challenge created by Wes Bos