JavaScript - JavaScript Tutorial

This page discusses - JavaScript - JavaScript Tutorial

JavaScript - JavaScript Tutorial

JavaScript Tutorials is one of the best Quick reference to the JavaScript. In this JavaScript reference you will find most of the things about java script. JavaScript tutorial is classified into sections with examples. This tutorial is mainly for the beginners but experienced programmer can also learn many things from this JavaScript tutorial series.

This JavaScript Tutorial will teach you the fundamentals of JavaScript programming, including the use of the core JavaScript objects and the syntax of the language like statements, conditionals, loops, functions, etc. You will also learn how to immediately put JavaScript to validate forms, calculate values, work with image rollovers and create other user interface.

JavaScript is widely used scripting language for mainly validating the user input on the client side (browser). It is also used with the DHTML for creating interactive user interface design.

  1. What is JavaScript?
    This section will introduce with the Java Scripting language. You will learn the benefits of using JavaScript in your programming.
      
    Fundamentals of JavaScript Language
  2. Writing Simple JavaScript Example
    In this section we will learn how to write simple JavaScript program and run in the Internet Explorer.
     
  3. Statements In JavaScript
    Learn JavaScript Statements.
     
  4. JavaScript Variables and Data types
    In this section you will learn how to use Variables and Data types in JavaScript.
     
  5. String and Number operations in JavaScript
    In this section you will learn String and Number operations in JavaScript.
      
  6. Conditional examples (if else - switch case) In JavaScript
    In this section you will learn the conational statements in JavaScript.
     
  7. Looping in JavaScript
    In this section you will learn example to use while, do-while and switch loops in JavaScript
     
  8. Functions in JavaScript
    This lesson introduces you with the Function in JavaScript. You will learn how to create and use Functions in JavaScript. 
     
  9. Error Handling in JavaScript
    In this lesson you will learn about error handling in JavaScript. 
      
  10. Simple Calculator in JavaScript
    In this lesson we will write simple Calculator program in JavaScript.
      
      
    JavaScript as Object Oriented Scripting Language
  11. Understanding the Object Oriented Feature of JavaScript
    In this lesson your will learn the Object Oriented Feature of JavaScript.
      
  12. Classes and Objects
    After learning this lesson you will be able to use Classes and Object in JavaScript.
      
  13. Form Validation with JavaScript
    In this lesson you will learn form validation in JavaScript.
      
  14. Dynamically swapping the images with JavaScript
    In this lesson you will learn how to Dynamically swap the images with JavaScript.
      
  15. JavaScript with Link and Images
    This lesson shows you how to use JavaScript with Link and Image.
    • Using onMouseOver and onMouseOut
    • Using onClick to process clicks on hyperlinks
    • Having hyperlinks call functions via javascript: URLs
    • Conditionally navigating the user to a page when they click a link
        
  16. Navigation with combo box and JavaScript
    In this lesson you will learn how to navigate to some other URL when use selects a link from the combo box.
     
  17. Popup windows with JavaScript
    In this lesson you will learn how to create popup window using JavaScript.
     
  18. Form validation using Regular Expression in JavaScript
    In this lesson you will learn form validation using regular expressions.