Javascript is not simple
Because Javascript is interpreted instead of compiled, it is often considered a scripting langauge instead
of a true programming language.
由于Javascript是解释型的而不是编译型的语言,它往往被认为是一种脚本语言,而不被看作是一种真正的编程语言。
The implication is that scripting langauge are simpler and that they are programming languages for
nonprogrammers.
这种看法的潜台词是:脚本语言比较简单,它是非程序员所使用的编程语言。
The fact that Javascript is loosely typed does make it somewhat more forgiving for
unsophisticated programmers. And many web designers have been able to use javascript for limited,
cookbook-style programming tasks.
实际上,javascript的松散类型确实对缺乏经验的程序员很宽容。很多web设计者已经能够使用javascript来完成有限的,菜单式的任务。