It's programming time!/Javascript

From Create Your Own Story

<script>
alert('Hello, Javascript!')
</script>

Javascript is all over the internet. Even on this webpage, your computer is running Javascript. Think of it like "programming for webpages".

It makes webpages do lots of cool things. This is also a companion to my other tutorial, Lets make a webpage. But, this is the programming side of that.

So, what cool things do we want our webpage to do?

(I will insert options as I go through the tutorials, since my understanding of Javascript is a little above basics, so I need to go back to basics to remember for those who are just starting)

Personal tools