JavaScript scripting language facilitates a disciplined approach to designing computer programs that enhance the functionality and appearance of web pages. It makes web pages more dynamic and interactive.

  1. 15 Puzzle

    Click here for the source code.

  2. Format using Document Object Model (DOM)

    The DOM gives you acess to all the elements on a web page. Inside the browser, the whole web page-paragraphs, forms, tables, etc.-is represented in an object hierarchy. Using JavaScript, you can create, modify and remove elements in the page dynamically.

    Click here for the source code.

  3. Push counter

    Click here for the source code.

    Count:

    Click Refresh (or Reload) to run the script again.

  4. Check your multiplication

    Click here for the source code.

    Your answer:

    Click Refresh (or Reload) to run this script again.

  5. Temperature converter

    Click here for the source code.
    Temperature:
    Answer:

  6. Area of a circle

    Click here for the source code.
    Radius:
    Answer:

  7. Guessing Game

    Click here for the source code.

  8. Recursive factorial

    Click here for the source code.

  9. Extensible Markup Language (XML) document containing nutrition information

    Click here for the source code.