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.
-
15 Puzzle
Click here for the source code.
-
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.
-
Push counter
Click here for the source code.
Count:
Click Refresh (or Reload) to run the script again.
-
Check your multiplication
Click here for the source code.
Your answer:
Click Refresh (or Reload) to run this script again.
-
Temperature converter
Click here for the source code.
Temperature:
Answer: -
Area of a circle
Click here for the source code.
Radius:
Answer: -
Guessing Game
Click here for the source code. -
Recursive factorial
Click here for the source code. -
Extensible Markup Language (XML) document containing nutrition information
Click here for the source code.