Another update from ingydotnet^djgoku

This commit is contained in:
Ingy döt Net 2015-11-18 06:14:39 +00:00
parent 91df62d461
commit 948b86eafa
7604 changed files with 108452 additions and 22726 deletions

View file

@ -12,10 +12,17 @@ Despite the name, JavaScript is only distantly related to the [[Java]] programmi
JavaScript is a registered trademark of [[Sun Microsystems]], Inc. It was used under license for technology invented and implemented by Netscape Communications and current entities such as the Mozilla Foundation.
JavaScript has been born again, now that [[AJAX]] has come up. The meaning of this is simply that [[AJAX]] has shown that JavaScript is really still useful in a lot of domains and that (most) web pages that use it can be given a whole new life.
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/]
There's a nice table on Wikipedia that shows which version of JavaScript is release in which version of a browser: [[wp:JavaScript#Versions]]
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.
At the same time, mainly because of JavaScript's role in the web, there is a growing number of other languages which [https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js compile to JavaScript].
==Citations==
* [[wp:Javascript|Wikipedia:Javascript]]
* [http://www.squarefree.com/shell/ JavaScript shell], can run many of the JavaScript examples here
* [https://nodejs.org/en/ Node.js] Event-driven I/O server-side JavaScript environment based on V8
* [https://www.npmjs.com npm Node.js Package Manager] Claims to be the largest ecosystem of open source libraries in the world
* [https://developer.apple.com/library/mac/releasenotes/InterapplicationCommunication/RN-JavaScriptForAutomation/Articles/Introduction.html OS X JavaScript for Applications] JavaScript as an OS X scripting language supported by the Safari debugger
* [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Shells Other JavaScript shells] List maintained by Mozilla
* [https://github.com/jashkenas/coffeescript/wiki/list-of-languages-that-compile-to-js List of languages that compile to JS] maintained on Github by Jeremy Ashenas author of CoffeeScript, Underscore and Backbone

View file

@ -0,0 +1 @@
../../Task/Abundant,-deficient-and-perfect-number-classifications/JavaScript

View file

@ -0,0 +1 @@
../../Task/Amicable-pairs/JavaScript

View file

@ -0,0 +1 @@
../../Task/Averages-Mean-angle/JavaScript

View file

@ -0,0 +1 @@
../../Task/Bitmap-B-zier-curves-Cubic/JavaScript

View file

@ -0,0 +1 @@
../../Task/Call-an-object-method/JavaScript

View file

@ -0,0 +1 @@
../../Task/Catalan-numbers-Pascals-triangle/JavaScript

1
Lang/JavaScript/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/JavaScript

View file

@ -0,0 +1 @@
../../Task/Equilibrium-index/JavaScript

View file

@ -0,0 +1 @@
../../Task/Fibonacci-word/JavaScript

View file

@ -0,0 +1 @@
../../Task/Find-the-last-Sunday-of-each-month/JavaScript

View file

@ -0,0 +1 @@
../../Task/Gaussian-elimination/JavaScript

View file

@ -0,0 +1 @@
../../Task/Harshad-or-Niven-series/JavaScript

View file

@ -0,0 +1 @@
../../Task/Image-convolution/JavaScript

View file

@ -0,0 +1 @@
../../Task/Letter-frequency/JavaScript

View file

@ -0,0 +1 @@
../../Task/Literals-String/JavaScript

View file

@ -0,0 +1 @@
../../Task/Magic-squares-of-odd-order/JavaScript

View file

@ -0,0 +1 @@
../../Task/Narcissistic-decimal-number/JavaScript

View file

@ -0,0 +1 @@
../../Task/Natural-sorting/JavaScript

1
Lang/JavaScript/Nth Symbolic link
View file

@ -0,0 +1 @@
../../Task/Nth/JavaScript

View file

@ -0,0 +1 @@
../../Task/Parsing-RPN-calculator-algorithm/JavaScript

View file

@ -0,0 +1 @@
../../Task/Partial-function-application/JavaScript

View file

@ -0,0 +1 @@
../../Task/Percentage-difference-between-images/JavaScript

View file

@ -0,0 +1 @@
../../Task/Phrase-reversals/JavaScript

View file

@ -0,0 +1 @@
../../Task/Ranking-methods/JavaScript

View file

@ -0,0 +1 @@
../../Task/Return-multiple-values/JavaScript

View file

@ -0,0 +1 @@
../../Task/Reverse-words-in-a-string/JavaScript

View file

@ -0,0 +1 @@
../../Task/Roots-of-unity/JavaScript

View file

@ -0,0 +1 @@
../../Task/S-Expressions/JavaScript

View file

@ -0,0 +1 @@
../../Task/Sequence-of-non-squares/JavaScript

1
Lang/JavaScript/Set Symbolic link
View file

@ -0,0 +1 @@
../../Task/Set/JavaScript

View file

@ -0,0 +1 @@
../../Task/Short-circuit-evaluation/JavaScript

View file

@ -0,0 +1 @@
../../Task/Speech-synthesis/JavaScript

View file

@ -0,0 +1 @@
../../Task/Sum-multiples-of-3-and-5/JavaScript

View file

@ -0,0 +1 @@
../../Task/Temperature-conversion/JavaScript

View file

@ -0,0 +1 @@
../../Task/Test-a-function/JavaScript

1
Lang/JavaScript/Word-wrap Symbolic link
View file

@ -0,0 +1 @@
../../Task/Word-wrap/JavaScript