Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,31 @@
{{language|JavaScript
|strength=weak
|express=implicit
|checking=dynamic
|gc=yes
|parampass=value
|LCT=yes
|bnf=http://javascript.comsci.us/syntax/statement/bnf.html}}{{language programming paradigm|Object-oriented}}{{language programming paradigm|functional}}
'''JavaScript''' is the name of Netscape Communications Corporation's implementation of the [[ECMAScript standard]], a scripting language based on the concept of prototype-based programming. The language is best known for its use in websites (as client-side JavaScript), but is also used to enable scripting access to objects embedded in other applications.
Despite the name, JavaScript is only distantly related to the [[Java]] programming language, the main similarity being their common debt to the [[C]] syntax. Semantically, JavaScript syntax has far more in common with the [[Self]] [[programming language]].
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.
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.
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].
The inclusion of '''tail-call optimisation''' in the ES6 standard reflects increased interest in functional approaches to the composition of JavaScript code, expressed for example, in significant adoption of libraries like Underscore and Lodash. If ES6 tail-call optimisation is widely implemented by JavaScript engines (so far this has mainly been achieved only by Apple's Safari engine) it will make JavaScript a more efficient and more natural environment for coding in a functional idiom.
==Citations==
* [[wp:Javascript|Wikipedia:Javascript]]
* [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
* [http://shop.oreilly.com/product/0636920028857.do Functional JavaScript] Michael Fogus, O'Reilly 2013

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:JavaScript

1
Lang/JavaScript/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/JavaScript

View file

@ -0,0 +1 @@
../../Task/100-prisoners/JavaScript

View file

@ -0,0 +1 @@
../../Task/15-puzzle-game/JavaScript

1
Lang/JavaScript/2048 Symbolic link
View file

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

1
Lang/JavaScript/21-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/21-game/JavaScript

1
Lang/JavaScript/24-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/24-game/JavaScript

View file

@ -0,0 +1 @@
../../Task/24-game-Solve/JavaScript

View file

@ -0,0 +1 @@
../../Task/4-rings-or-4-squares-puzzle/JavaScript

View file

@ -0,0 +1 @@
../../Task/9-billion-names-of-God-the-integer/JavaScript

View file

@ -0,0 +1 @@
../../Task/99-bottles-of-beer/JavaScript

1
Lang/JavaScript/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/JavaScript

1
Lang/JavaScript/ABC-problem Symbolic link
View file

@ -0,0 +1 @@
../../Task/ABC-problem/JavaScript

View file

@ -0,0 +1 @@
../../Task/AKS-test-for-primes/JavaScript

View file

@ -0,0 +1 @@
../../Task/ASCII-art-diagram-converter/JavaScript

1
Lang/JavaScript/AVL-tree Symbolic link
View file

@ -0,0 +1 @@
../../Task/AVL-tree/JavaScript

View file

@ -0,0 +1 @@
../../Task/Abbreviations-automatic/JavaScript

View file

@ -0,0 +1 @@
../../Task/Abbreviations-easy/JavaScript

View file

@ -0,0 +1 @@
../../Task/Abbreviations-simple/JavaScript

View file

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

View file

@ -0,0 +1 @@
../../Task/Abundant-odd-numbers/JavaScript

View file

@ -0,0 +1 @@
../../Task/Accumulator-factory/JavaScript

View file

@ -0,0 +1 @@
../../Task/Ackermann-function/JavaScript

View file

@ -0,0 +1 @@
../../Task/Active-object/JavaScript

View file

@ -0,0 +1 @@
../../Task/Add-a-variable-to-a-class-instance-at-runtime/JavaScript

View file

@ -0,0 +1 @@
../../Task/Align-columns/JavaScript

View file

@ -0,0 +1 @@
../../Task/Almkvist-Giullera-formula-for-pi/JavaScript

View file

@ -0,0 +1 @@
../../Task/Almost-prime/JavaScript

1
Lang/JavaScript/Amb Symbolic link
View file

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

View file

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

1
Lang/JavaScript/Anagrams Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Anagrams-Deranged-anagrams/JavaScript

View file

@ -0,0 +1 @@
../../Task/Angle-difference-between-two-bearings/JavaScript

View file

@ -0,0 +1 @@
../../Task/Angles-geometric-normalization-and-conversion/JavaScript

View file

@ -0,0 +1 @@
../../Task/Animate-a-pendulum/JavaScript

1
Lang/JavaScript/Animation Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Anonymous-recursion/JavaScript

1
Lang/JavaScript/Anti-primes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Anti-primes/JavaScript

View file

@ -0,0 +1 @@
../../Task/Apply-a-callback-to-an-array/JavaScript

View file

@ -0,0 +1 @@
../../Task/Arbitrary-precision-integers-included-/JavaScript

View file

@ -0,0 +1 @@
../../Task/Archimedean-spiral/JavaScript

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Complex/JavaScript

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/JavaScript

View file

@ -0,0 +1 @@
../../Task/Arithmetic-evaluation/JavaScript

View file

@ -0,0 +1 @@
../../Task/Arithmetic-geometric-mean/JavaScript

View file

@ -0,0 +1 @@
../../Task/Array-concatenation/JavaScript

View file

@ -0,0 +1 @@
../../Task/Array-length/JavaScript

1
Lang/JavaScript/Arrays Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Ascending-primes/JavaScript

1
Lang/JavaScript/Assertions Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Associative-array-Creation/JavaScript

View file

@ -0,0 +1 @@
../../Task/Associative-array-Iteration/JavaScript

View file

@ -0,0 +1 @@
../../Task/Associative-array-Merging/JavaScript

View file

@ -0,0 +1 @@
../../Task/Attractive-numbers/JavaScript

View file

@ -0,0 +1 @@
../../Task/Averages-Arithmetic-mean/JavaScript

View file

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

View file

@ -0,0 +1 @@
../../Task/Averages-Mean-time-of-day/JavaScript

View file

@ -0,0 +1 @@
../../Task/Averages-Median/JavaScript

View file

@ -0,0 +1 @@
../../Task/Averages-Mode/JavaScript

View file

@ -0,0 +1 @@
../../Task/Averages-Pythagorean-means/JavaScript

View file

@ -0,0 +1 @@
../../Task/Averages-Root-mean-square/JavaScript

View file

@ -0,0 +1 @@
../../Task/Averages-Simple-moving-average/JavaScript

View file

@ -0,0 +1 @@
../../Task/Babbage-problem/JavaScript

View file

@ -0,0 +1 @@
../../Task/Balanced-brackets/JavaScript

View file

@ -0,0 +1 @@
../../Task/Barnsley-fern/JavaScript

View file

@ -0,0 +1 @@
../../Task/Base64-decode-data/JavaScript

View file

@ -0,0 +1 @@
../../Task/Benfords-law/JavaScript

View file

@ -0,0 +1 @@
../../Task/Best-shuffle/JavaScript

View file

@ -0,0 +1 @@
../../Task/Binary-digits/JavaScript

View file

@ -0,0 +1 @@
../../Task/Binary-search/JavaScript

View file

@ -0,0 +1 @@
../../Task/Binary-strings/JavaScript

View file

@ -0,0 +1 @@
../../Task/Bioinformatics-Sequence-mutation/JavaScript

View file

@ -0,0 +1 @@
../../Task/Bioinformatics-base-count/JavaScript

1
Lang/JavaScript/Bitmap Symbolic link
View file

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

View file

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

View file

@ -0,0 +1 @@
../../Task/Bitmap-Bresenhams-line-algorithm/JavaScript

View file

@ -0,0 +1 @@
../../Task/Bitwise-operations/JavaScript

View file

@ -0,0 +1 @@
../../Task/Box-the-compass/JavaScript

View file

@ -0,0 +1 @@
../../Task/Brace-expansion/JavaScript

View file

@ -0,0 +1 @@
../../Task/Brownian-tree/JavaScript

View file

@ -0,0 +1 @@
../../Task/Bulls-and-cows/JavaScript

1
Lang/JavaScript/CRC-32 Symbolic link
View file

@ -0,0 +1 @@
../../Task/CRC-32/JavaScript

View file

@ -0,0 +1 @@
../../Task/CSV-data-manipulation/JavaScript

View file

@ -0,0 +1 @@
../../Task/CSV-to-HTML-translation/JavaScript

1
Lang/JavaScript/CUSIP Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Caesar-cipher/JavaScript

View file

@ -0,0 +1 @@
../../Task/Calculating-the-value-of-e/JavaScript

1
Lang/JavaScript/Calendar Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Call-a-foreign-language-function/JavaScript

View file

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

View file

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

View file

@ -0,0 +1 @@
../../Task/Canonicalize-CIDR/JavaScript

1
Lang/JavaScript/Cantor-set Symbolic link
View file

@ -0,0 +1 @@
../../Task/Cantor-set/JavaScript

View file

@ -0,0 +1 @@
../../Task/Cartesian-product-of-two-or-more-lists/JavaScript

View file

@ -0,0 +1 @@
../../Task/Case-sensitivity-of-identifiers/JavaScript

View file

@ -0,0 +1 @@
../../Task/Casting-out-nines/JavaScript

View file

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

View file

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

View file

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

Some files were not shown because too many files have changed in this diff Show more