Category:JavaScript: Difference between revisions

Possibly formulation on the escape of JS from the browser into the wild (and into contact with system resources)
(Node.js is probably more salient than AJAX by now)
(Possibly formulation on the escape of JS from the browser into the wild (and into contact with system resources))
Line 15:
Major browsers have generally implemented the features of ECMASScript 5 (ES5), and have started to adopt elements of ES6.
Updates to implementation of ES6 features are tabulated here: [https://kangax.github.io/compat-table/es6/ https://kangax.github.io/compat-table/es6/]
 
Once largely confined to browser environments, and typically isolated from access to system resources, JavaScript (and particularly the cross-platform [https://nodejs.org/en/ Node.js runtime environment]) is now very widely used in server-side and application scripting environments, with full access to local file systems and other OS resources.
 
==Citations==
9,655

edits