JavaScript30 icon indicating copy to clipboard operation
JavaScript30 copied to clipboard

30 Day Vanilla JS Challenge

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

Update keys flex property

The sticky nav starting offset point issue on multiple screens is fixed by the header height in px.

# PR Checklist ## 確認事項 專案上線前置準備 - [x] 1. 是否已經到 KAD 後台建置活動 - [ ] 2. 是否有表單 - [ ] 2-1. 是否已經到 KAD 後台建置好三環境表單 - [ ] 2-2. 三環境 env...

on long press of key the addEventListener("transitionend",removeTransition) was not working So I changed the event type to "keyup" and that worked fine

`event.keyCode` is deprecated and may be incompatible in future browser updates. Additionally, I've found that using `event.keyCode` sometimes prevent sound from being played properly when pressed repeatedly (using macOS 12,...

## What I did 1: I created a variable using let called ```currentVideoTime``` like so 2: I am setting the video current time to local storage every time the togglePlay...

How can we run the 6th question in the console without getting an error?

-created a func that sets transition to none if time(s, m, h) = 0 to prevent the hand from rotating unintentionally when resetting 450deg+ to 90deg+