JavaScript30 icon indicating copy to clipboard operation
JavaScript30 copied to clipboard

30 Day Vanilla JS Challenge

Results 88 JavaScript30 issues
Sort by recently updated
recently updated
newest added

👋 Hey hey! I totally understand this isn't going to end up in the final, but I added a fun little feature to change volume on scroll in the Drum...

The playing class is not being removed from the keys if they are held down for a long time. This happens because when it's held down for long, there's actually...

I have added default time left just so that it looks good when the page loads initially.

This PR fixes the bug where if the key is held down the 'playing' class doesn't get removed. It does so by adding some lines to prevent the sound being...

Hi I have changed the event type: 'change' to 'input' in addEventListener(), which fixes the problem of not changing color immediately when clicked the colors input tag. ![color doesn't change...