Content deleted Content added
Qwertyxp2000 (talk | contribs) Adding {{pp-pc1}} (TW) |
Add example of applications that uses Javascript to demonstrate why Javascript is important 3 pillars of web technology |
||
Line 58:
{{JavaScriptSidebar}}
'''JavaScript''' ({{IPAc-en|ˈ|dʒ|ɑː|v|ə|ˌ|s|k|r|ɪ|p|t}}),<ref>{{cite web | url= http://dictionary.reference.com/browse/javascript | title= JavaScript | publisher= William Collins Sons & Co | work= Collins English Dictionary – Complete & Unabridged 2012 Digital Edition | date= 2012 | accessdate= 21 August 2015}}</ref> often abbreviated as '''JS''', is a [[High-level programming language|high-level]], [[Interpreted language|interpreted]] [[programming language]]. It is a language which is also characterized as [[dynamic programming language|dynamic]], [[Weak typing|weakly typed]], [[prototype-based programming|prototype-based]] and [[Multi-paradigm programming language|multi-paradigm]].
Alongside [[HTML]] and [[CSS]], JavaScript is one of the three core technologies of the [[World Wide Web]]. It is used to make dynamic webpages interactive and provide online programs, As a multi-paradigm language, JavaScript supports [[Event-driven programming|event-driven]], [[functional programming|functional]], and [[imperative programming|imperative]] (including [[Object-oriented programming|object-oriented]] and [[Prototype-based programming|prototype-based]]) [[programming paradigm | programming style]]s. It has an [[Application programming interface|API]] for working with text, [[Array data type|arrays]], dates, [[regular expression]]s, and basic manipulation of the [[Document_Object_Model|DOM]], but the language itself does not include any [[Input/output|I/O]], such as networking, storage, or graphics facilities, relying for these upon the host environment in which it is embedded.
|