JavaScript: The Good Parts: The Good Parts
Rate it:
Open Preview
Read between May 20 - June 14, 2014
70%
Flag icon
An even better coping strategy is to not use new at all.
75%
Flag icon
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.
77%
Flag icon
The bitwise option prohibits the use of these operators.
82%
Flag icon
The danger can be avoided by using the JSON.parse method instead of eval
82%
Flag icon
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.
« Prev 1 2 Next »