维基百科上的前端术语翻译

来源:互联网 发布:js for in return 编辑:程序博客网 时间:2024/05/22 23:05

尝试翻译下维基百科上Javascript的解释,翻译如下:
JavaScript是一种高级的,动态,弱类型,解释型编程语言。它是标准的ECMAScript语言。与HTML,CSS一起成为三大万维网网页构建的基础语言。。。。

原文如下:

JavaScript Programming Language (aka ECMAScript 262)

JavaScript is a high level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification. Alongside HTML and CSS, it is one of the three essential technologies of World Wide Web content production; the majority of websites employ it and it is supported by all modern web browsers without plug-ins. JavaScript is prototype-based with first-class functions, making it a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles. It has an API for working with text, arrays, dates and regular expressions, but does not include any I/O, such as networking, storage or graphics facilities, relying for these upon the host environment in which it is embedded.— Wikipedia
原创粉丝点击