30-days-javascript-web icon indicating copy to clipboard operation
30-days-javascript-web copied to clipboard

Unofficial site version of 30 days of JavaScript repository

Results 4 30-days-javascript-web issues
Sort by recently updated
recently updated
newest added

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...