登入
選單
返回
Google圖書搜尋
JavaScript Easy Handbook
Alex Carr
出版
CreateSpace Independent Publishing Platform
, 2016-11-13
主題
Computers / General
ISBN
1540368513
9781540368515
URL
http://books.google.com.hk/books?id=k4EcMQAACAAJ&hl=&source=gbs_api
註釋
In computing, JavaScript is a high-level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification.Alongside HTML and CSS, JavaScript is one of the three core technologies of World Wide Web content production; the majority of websites employ it, and all modern Web browsers supported it without the need for 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. Although there are strong outward similarities between JavaScript and Java, including language name, syntax, and respective standard libraries, the two are distinct languages and differ greatly in their design. JavaScript was influenced by programming languages such as Self and Scheme.