Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 370 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 370 Bytes

Drum Kit - A Sample audio application

A simple audio application using pure JavaScript

Learning Points

  • How to select elements via tag attributes
  • How to play audio files
  • How to rewind audio
  • How to add and remove classes from elements via JS
  • How to add and eventListener to an element
  • How to deal with 'keydown' and 'transitionend' events