Javascript

JavaScript (), often abbreviated as JS, is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.
Alongside HTML and CSS, JavaScript is one of the core technologies of the World Wide Web. Over 97% of websites use it client-side for web page behavior, often incorporating third-party libraries. All major web browsers have a dedicated JavaScript engine to execute the code on the user's device.
As a multi-paradigm language, JavaScript supports event-driven, functional, and imperative programming styles. It has application programming interfaces (APIs) for working with text, dates, regular expressions, standard data structures, and the Document Object Model (DOM).
The ECMAScript standard does not include any input/output (I/O), such as networking, storage, or graphics facilities. In practice, the web browser or other runtime system provides JavaScript APIs for I/O.
JavaScript engines were originally used only in web browsers, but they are now core components of other software systems, most notably servers and a variety of applications.
Although there are similarities between JavaScript and Java, including language name, syntax, and respective standard libraries, the two languages are distinct and differ greatly in design.

View More On Wikipedia.org
  • 60

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,448
    • Media
      227
    • Reaction score
      10,036
    • Points
      1,237
  • 2

    YoungPhysicist

    A PF Cell 19 From Taipei,Taiwan,ROC
    • Messages
      350
    • Media
      33
    • Reaction score
      203
    • Points
      142
  • 2

    Bob Walance

    A PF Organism
    • Messages
      77
    • Reaction score
      54
    • Points
      176
  • 1

    sukalp

    A PF Quark
    • Messages
      53
    • Reaction score
      2
    • Points
      1
  • 1

    shivajikobardan

    A PF Atom
    • Messages
      674
    • Reaction score
      54
    • Points
      38
  • 1

    Darkmisc

    A PF Molecule
    • Messages
      207
    • Reaction score
      28
    • Points
      93
  • 1

    mfb

    A PF Singularity From Germany
    • Messages
      37,138
    • Media
      5
    • Reaction score
      13,982
    • Points
      1,251
  • 1

    Jamin2112

    A PF Atom
    • Messages
      986
    • Reaction score
      12
    • Points
      46
  • 1

    lonely_nucleus

    A PF Quark
    • Messages
      108
    • Reaction score
      19
    • Points
      8
  • 1

    Nicosia1

    A PF Atom
    • Messages
      3
    • Reaction score
      0
    • Points
      31
  • 1

    Borg

    A PF Ocean From Vienna, VA
    • Messages
      2,184
    • Reaction score
      4,308
    • Points
      352
  • 1

    iamjon.smith

    A PF Atom From United States
    • Messages
      117
    • Reaction score
      3
    • Points
      39
  • 1

    Kaura

    A PF Atom From Virgo Super Cluster
    • Messages
      122
    • Reaction score
      22
    • Points
      41
  • Back
    Top