JAVA SCRIPT
It is most commonly used as
part of web browsers, whose implementations allow client-side scripts tointeract
with the user, control the browser, communicate asynchronously, and alter
the document content that is displayed.
It is also being used
in server-side programming, game development and the creation of desktop and
mobile applications.
JavaScript copies many
names and naming conventions from Java, but the two languages are
otherwise unrelated and have very different semantics.
The key design principles
within JavaScript are taken from the Self and Scheme programming
languages.
It is a multi-paradigm language,
supporting object-oriented imperative,
and functional programming
styles.
Newer and
faster JavaScript VMs and platforms built upon them
(notably Node.js) have also increased the popularity
of JavaScript for server-side web applications.
On the client
side, JavaScript was traditionally implemented as an interpreted language
but just-in-time compilation is now performed by recent (post-2012)
browsers.
Subscribe to:
Posts (Atom)
No comments:
Post a Comment