Tap for Menu

Javascript

Javascript allows you to add interactivity to web pages! Javascript can become much more complex and more libraries like jQuery or AngularJS can be added! We will discuss the very, very basics of JS in this app.

We have to start by linking our JS content into our HTML documents. There are two ways to do this.

Linking Javascript

We have added our scripts so now it's time to do our obligatory "Hello World" document!

Hello World!

Let's get more complex.

Functions and Variables

Even more complex?

If/Else and Arrays

This app brushes over the VERY BASICS! Would you like to learn more? (There is much, much more)

If you would like to continue learning there are various resources for you to access. W3 schools has great online tutorials, and there is alot of good documentation.