Example
let x, y, z; // Statement 1 |
A computer program consists of a sequence of “instructions” executed by the computer. In programming languages, these instructions are called statements, so a JavaScript program is made up of a series of statements.
Within HTML, web browsers execute JavaScript programs. |