DEV Community

Discussion on: Sometimes JavaScript is Tricky.

Collapse
 
functional_js profile image
Functional Javascript

The trick is to not have any of these tricks in your code. ;-)

Use the cleanest subset of the language only.
Have what you use and don't use formally documented.