Home
HTML
XHTML
ASP
JavaScript
Scripting Tools
Contact
Home
/
JavaScript
Print
Email
Bookmark
JavaScript topics
Introductory concepts
Data Types
Working with variables
Operators in JavaScript
Condition checking
Loops (iteration) control
Functions
Example pages
Quick Reference Pages
Scripting JavaScript
Introduction to JavaScript
JavaScript computer language
JavaScript history the development of JavaScript
Basics of JavaScript
Whitespace in JavaScript
Statements in JavaScript
Case sensitivity in JavaScript
Code blocks in JavaScript
Running JavaScript
Hiding JavaScript from older browser
Sending output to a web page
Using escape codes/sequence special characters
Data Types
Primitive types
Numbers
Strings
Booleans
Undefined and null types
Working with variables
Declaring variables in JavaScript
Assigning values to variables
Operators in JavaScript
Arithmetic operators
Assignment operators
Working with conditional statements
Comparison operators (also called relational operators)
Logical operators
Working with loops/iteration control
The
for
loop
The
while
loop
Infinite loops
Nesting loops
Creating JavaScript functions
Performing an action with a function
Passing parameters to functions
Returning a value from a function
JavaScript control structures
JavaScript example pages
Creating a JavaScript script block
Using the <noscript> tag
Commenting your JavaScript code
Including outside JavaScript code
Outputting a variable
Performing Basic Math
Concatenating strings with the + operator
Searching for text in strings with the search () method
Replacing text with the replace () method
Formatting text
Creating arrays
Populating an array
Sorting an array
Outputting dynamic HTML
Outputting date
Reference pages