Difference between revisions of "JavaScript"

From MgmtWiki
Jump to: navigation, search
(Created page with "==Full Title== JavaScriptis a lightweight program language that is typically interpreted by a virtual machine although it can be just-in-time compiled. ==Context== Java...")
 
(Context)
Line 3: Line 3:
  
 
==Context==
 
==Context==
[[JavaScript]] was first implements by Netscape to add  
+
[[JavaScript]] was first implements by Netscape to add
 +
==Solutions==
 +
===Running a JavaScript===
 +
# All modern browser come with JavaScript enabled.
 +
# The common way to run JavaScript on a computer is with Node installed.
  
 
==References==
 
==References==

Revision as of 11:48, 11 August 2024

Full Title

JavaScriptis a lightweight program language that is typically interpreted by a virtual machine although it can be just-in-time compiled.

Context

JavaScript was first implements by Netscape to add

Solutions

Running a JavaScript

  1. All modern browser come with JavaScript enabled.
  2. The common way to run JavaScript on a computer is with Node installed.

References