User Tools

Site Tools


javascript:basics

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
javascript:basics [2014/12/21 17:33]
bcarroll
javascript:basics [2014/12/22 14:53]
84.181.22.154 change small display error in code [Data Types]
Line 110: Line 110:
     var firstItem = myArray[0];     var firstItem = myArray[0];
     alert( "First item: " + firstItem );     alert( "First item: " + firstItem );
-    ===== JavaScript Basics ===== 
-This is a basic introduction to the JavaScript computer language. 
- 
-JavaScript is now one of the most popular and useful computer languages on the planet. It can be used to create web pages, web servers, mobile Apps and even inside embedded micro-controllers! 
- 
-==== Statements ==== 
-JavaScript 'Apps' are computer programs written as lines of text. Each line of text is made up of one or more statements, which are separated by a ';' (semi-colon) character like this: 
- 
-<code> 
-    statement1; 
-    statement2; 
-    statement3; 
 </code> </code>
  
javascript/basics.txt ยท Last modified: 2014/12/22 22:53 (external edit)