More on this book
Community
Kindle Notes & Highlights
An even better coping strategy is to not use new at all.
In JavaScript, blocks do not introduce a scope. There is only function-scope. A variable introduced anywhere in a function is visible everywhere in the function.
The bitwise option prohibits the use of these operators.
The danger can be avoided by using the JSON.parse method instead of eval
A common Ajax pattern is for the server to send an HTML text fragment that gets assigned to the innerHTML property of an HTML element. This is a very bad practice.

