BTG Coding School

Why learn Javascript?

This introductory programming course will use Javascript in order to teach programming basics.

Javascript is a programming language which was originally designed to add interactive elements to web pages. Though it can still be used for that purpose today, it also is used for:

While the language certainly has some quirks, the ability to interact with it in a webbrowser makes it easy for learning. Its wide usefulness means you’ll be able to create a lot after getting comfortable with Javascript.

Many newcomers struggle with setting up the development tools they need. This course builds the exercises into the browser, so there is nothing you need to do. If you can read this page, you’re ready to start learning :)

If you’re feeling ready, lets go write our first little program.