First commit of partial RosettaCode contents.
Pushing this for testing purposes. Lots of work still needed.
This commit is contained in:
commit
1e05ecd7ee
781 changed files with 9080 additions and 0 deletions
21
Lang/JavaScript/0DESCRIPTION
Normal file
21
Lang/JavaScript/0DESCRIPTION
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{{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.
|
||||
|
||||
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.
|
||||
|
||||
There's a nice table on Wikipedia that shows which version of JavaScript is release in which version of a browser: [[wp:JavaScript#Versions]]
|
||||
|
||||
==Citations==
|
||||
* [[wp:Javascript|Wikipedia:Javascript]]
|
||||
* [http://www.squarefree.com/shell/ JavaScript shell], can run many of the JavaScript examples here
|
||||
1
Lang/JavaScript/99_Bottles_of_Beer
Symbolic link
1
Lang/JavaScript/99_Bottles_of_Beer
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/99_Bottles_of_Beer/JavaScript
|
||||
1
Lang/JavaScript/Anagrams
Symbolic link
1
Lang/JavaScript/Anagrams
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Anagrams/JavaScript
|
||||
1
Lang/JavaScript/Bulls_and_cows
Symbolic link
1
Lang/JavaScript/Bulls_and_cows
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Bulls_and_cows/JavaScript
|
||||
1
Lang/JavaScript/FizzBuzz
Symbolic link
1
Lang/JavaScript/FizzBuzz
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/FizzBuzz/JavaScript
|
||||
1
Lang/JavaScript/Infinity
Symbolic link
1
Lang/JavaScript/Infinity
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Infinity/JavaScript
|
||||
1
Lang/JavaScript/JSON
Symbolic link
1
Lang/JavaScript/JSON
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/JSON/JavaScript
|
||||
1
Lang/JavaScript/Knuth_shuffle
Symbolic link
1
Lang/JavaScript/Knuth_shuffle
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Knuth_shuffle/JavaScript
|
||||
1
Lang/JavaScript/Narcissist
Symbolic link
1
Lang/JavaScript/Narcissist
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Narcissist/JavaScript
|
||||
1
Lang/JavaScript/Ordered_words
Symbolic link
1
Lang/JavaScript/Ordered_words
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Ordered_words/JavaScript
|
||||
1
Lang/JavaScript/Quine
Symbolic link
1
Lang/JavaScript/Quine
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Quine/JavaScript
|
||||
1
Lang/JavaScript/Search_a_list
Symbolic link
1
Lang/JavaScript/Search_a_list
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Search_a_list/JavaScript
|
||||
Loading…
Add table
Add a link
Reference in a new issue