30-Days-Of-JavaScript
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....
Hey, In 23_day_event_listeners, the keycode must be replace by key or code because deprecated. Sincerely, LuCrypto
changed spelling mistake
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`
Js