Skip to content

Latest commit

History

History
23 lines (18 loc) 路 1.11 KB

File metadata and controls

23 lines (18 loc) 路 1.11 KB

Coding challenge from the Udemy Course the Complete 2020 Web Developer Bootcamp

I wrote the code in index.js. The other files were provided by the instructor.

Demo

馃挕Lessons Learned

  • query selectors
  • event.key
  • this keyword
  • switch and case
  • creating audio in javascript

馃殌 Getting Started

To run this project locally:

  • Option 1: With the folder open in your text editor, right click on the index.html and select "Copy Path", and then paste into the browser of your choice
  • Option 2: With the folder open in your text editor, right click on the index.html and select "Open with Live Server"

馃暪 How to Use

Play the drum-set using the corresponding keys on your keyboard or by clicking the images.

馃摚 Reference