30-Days-Of-JavaScript icon indicating copy to clipboard operation
30-Days-Of-JavaScript copied to clipboard

30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace....

Results 416 30-Days-Of-JavaScript issues
Sort by recently updated
recently updated
newest added

Hey, In 23_day_event_listeners, the keycode must be replace by key or code because deprecated. Sincerely, LuCrypto

origin: ``` const txt = 'This regular expression example was made in December 6, 2019.' const pattern = /\\b\w{4}\b/g // exactly four character words const matches = txt.match(pattern) console.log(matches) //['This',...

There was a typo saying `We storages` instead of `Web storages`