javascript basic
JS Home
JS Introduction
JS How To
JS Where To
JS Statements
JS Comments
JS Variables
JS Operators
JS Comparisons
JS If Else
JS Switch
JS Popup Boxes
JS Functions
JS For Loop
JS While Loop
JS Breake
JS For In
JS Events
 
JavaScript Tutorial

JavaScript

JavaScript is THE scripting language of the Web.

JavaScript is used in millions of Web pages to add functionality, validate forms, detect browsers, and much more.

Start learning JavaScript now!


Examples in Each Chapter

This JavaScript tutorial contains more than 200 examples!

With our online editor, you can edit the JavaScript code, and click on a button to view the result.

Example

<html>
<body>

<script type="text/javascript">
document.write("This is my first JavaScript!");
</script>
</body>
</html>
« Previous Next Chapter »

 
 
Site Designed by Dass Infotech, Delhi, India