Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

JS Basic

JS HOME
DARK WARNINGS
JS Introduction
JS How To
JS Where To
JS Statements
Some other important things to know when scripting with JavaScript.
JS Comments
JS Variables
JS Operators
JS Comparisons JavaScript is Case Sensitive
JS If...Else
JS Switch A function named "myfunction" is not the same as "myFunction" and a variable named "myVar" is
JS Popup Boxes not the same as "myvar".
JS Functions
JavaScript is case sensitive - therefore watch your capitalization closely when you create or call
JS For Loop
variables, objects and functions.
JS While Loop
JS Break Loops
JS For...In
JS Events
JS Try...Catch
JS Throw
JS Special Text
JS Guidelines
name="Hege";
JS Objects name = "Hege";
JS Objects Intro
JS String
JS Date
JS Array Break up a Code Line
JS Boolean
JS Math You can break up a code line within a text string with a backslash. The example below will be
JS RegExp displayed properly:

JS Advanced
document.write("Hello \
JS Browser World!");
JS Cookies
JS Validation
JS Animation However, you cannot break up a code line like this:
JS Image Maps
JS Timing document.write \
JS Create Object
("Hello World!");
JS Summary

JS Examples
JS Examples
JS Objects Examples
JS Browser Examples
JS HTML DOM Examples
JS Quiz
JS Exam

JS References
JavaScript Objects
HTML DOM Objects

You might also like