Welcome to my Javascript Tutorial!

This tutorial will help you learn and understand Javascript!

”

JavaScript Output

JavaScript output or “display” can be an alert box, using window.alert() or alert(), Another output is text which can be displayed by using document.write or document.getElementById("demo").innerHTML =.


What is JavaScript Syntax?

Syntax is a set of rules that control the way JavaScript programs are created. Some examples of syntax are numers, strings, arithmetic operators, expressions and more.