Skip to content

JacobGrisham/DOM-Manipulation-using-Javascript-and-Jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Demo

💡Lessons Learned

  • arrays
  • query selectors
  • javascript HTML DOM events
  • jQuery effect methods
  • this keyword
  • $ identifier
  • 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

  • The application will randomly generate an n + 1 sequence of color and audio
  • Your goal is to replicate the pattern generated by the application
  • Video Tutorial

📣 Reference