JavaScript 基础知识入门
JavaScript(简称“JS”)是一种功能优先、轻量级、解释型或即时编译的高级编程语言。 尽管它以开发网页的脚本语言而闻名,但它也用于许多非浏览器环境中。 JavaScript 基于原型编程,一种多范式的动态脚本语言,支持面向对象、命令式和声明式(如函数式编程)风格。(JavaScript (JS for short) is a high-level programming language with function priority, lightweight, interpretive or just in time compilation. Although it is known as a scripting language for developing web pages, it is also used in many non browser environments. JavaScript is based on prototype programming, a multi paradigm dynamic scripting language that supports object-oriented, imperative and declarative (such as functional programming).)
页:
[1]