Building a Website – JavaScript

In this tutorial JavaScript is being taught, JavaScript is a client-side scripting language and so doesn’t need a server to be executed. Learn how to make your pages interactive and how to make a easy and simple to make navigation bar.

Useful Websites:
W3schools: http://www.w3schools.com/
Operators: http://www.w3schools.com/js/js_operators.asp
Comparisons: http://www.w3schools.com/js/js_comparisons.asp
Javascript Events: http://w3schools.com/js/js_htmldom_events.asp
Date Object: http://w3schools.com/jsref/jsref_obj_date.asp

You May Also Like