Although JavaScript is very powerful, the language’s fundamentals do not have a very steep learning curve. Prior to the explosion of web applications, JavaScript was thought of as a toy language for amateur programmers. Some of JavaScript’s feature…
原文地址:http://www.2ality.com/2012/09/expressions-vs-statements.html Update 2012-09-21: New in Sect. 4: using void for IIFEs, concatenating IIFEs. This blog post looks at a syntactic distinction that is unfortunately quite important in JavaScript: the d…