What is a JavaScript statement?

In JavaScript, a statement is a single instruction that tells the browser what to do. Statements can be grouped together in blocks, which are enclosed in curly braces {}. There are many different types of JavaScript statements, including: Assignment statements: Assign...