30-days-javascript-web
30-days-javascript-web copied to clipboard
Unofficial site version of 30 days of JavaScript repository
Fixed a Spelling Error at line -> 151
for.. in loop is missing in loop section on day 6
Just a small spelling error. There was 'We' written instead of 'Web'.
There was a typo in the Quantifier section, "const pattern = /\\b\w{4}\b/g // exactly four character words" In the above line there was an extra back slash before the first...