denysdovhan / wtfjs

🤪 A list of funny and tricky JavaScript examples
http://bit.ly/wtfjavascript
Do What The F*ck You Want To Public License
34.75k stars 2.55k forks source link

Fixes issues with some wtfs #206

Closed KonradLinkowski closed 3 years ago

KonradLinkowski commented 3 years ago

Fixes: "Why you should use semicolons" - example "Double dot" - explanation

angus-lherrou commented 3 years ago

Line 2013 should be fixed for the double dot example also

denysdovhan commented 3 years ago

This was because of prettier. We should add prettier-ignore statements for every block of code.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.22.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: