JavaScript30
JavaScript30 copied to clipboard
30 Day Vanilla JS Challenge
Remove the `name` class from the `` element that holds the City and State names (from the `displayMatches` function) as that class is not being used at all.
We might not observe the issue with the existing audio files as they're small in length, but if we replace and play any existing audio with a bit longer one(suggested>~2-3s)...
There are a few improvements and modifications that can be made
## Issues: • As the `event.keyCode` is deprecated, suggest to change this property to `event.key` and replace attribute values in HTML to alphabetical. • Use of ternary operator?
I have created a stopwatch in which we can start, stop and restart time. Hope you give me opportunity to take hacktoberfest badge
committed changes to the existing follow-along navigation bar by adding additional functionality of dropdown animation. dropdown animation works only when the mouse is moved from the top of the navigation...
adding the sec, min, and hours hands and making the rotate clockwise.
When the hands reached 12, there was a momentary glitch.Targeting them at separate times (or in this case degrees as a parameter) did the job.
The empty button just before script tag is confusing. There is no need for it in the start file as it isn't there in the beginning and Wes created this...