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

Double dot #124

Closed lttr closed 3 years ago

lttr commented 5 years ago

13..toString() works but 13.toString() does not

Explanation can be found in this or this answer on StackOverflow.

alexanderbrown21 commented 4 years ago

This seems like an interesting issue to look at. how do I contribute?

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.17.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: