The Dark Side of Javascript: A Look at 3 Features You Never Want To use

TLDR JavaScript has some dark corners filled with spiders, and here are 3 of them. The void operator is a way to generate the undefined value in JavaScript. The with statement allows you to extend the scope chain for a given statement. This is not ideal and can lead to very confusing code.

6m read time From blog.bitsrc.io
Post cover image
2 Comments

Sort: