JavaScript Example Toolbox

What is JavaScript

JavaScript scripting or programming language that allows you to implement complex features on web pages. JavaScript can be used for adding interactive behaviors to web pages, it can also help with creating mobile applications and my favorite came developement.

Showing and Hiding Text

JavaScript can show and hide HTML elements

Creating an Alert Box

When you roll over this container you will receive a popup box

Retrieving User Input

Change the text of the text field, and then click the button below

Name:

Note that the default value is not affected when you change the value of the text field.

What Else Can JavaScript Do?

JavaScript can change HTML content. Isn't that cool?