Javascript - Program the Web
This course covers the basics of programming in Javascript. Work your way through the videos/articles and I'll teach you everything you need to know to make your website more responsive!

Hello World

Lesson 3
Author : 🦒
Last Updated : October, 2017


Code

Copyalert("Hello World");
document.write("Hello World");