維基百科上的前端術語翻譯

嘗試翻譯下維基百科上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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章