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.97k stars 2.55k forks source link

Tricky Return - Remove semicolon #94

Closed Neil188 closed 5 years ago

Neil188 commented 5 years ago

It's not Automatic Semicolon Insertion if the semicolon is already there :smile:

denysdovhan commented 5 years ago

Good catch!