Categories
JavaScript Tutorials

What are statements?

Statements are JavaScript sentences or commands. Just as English sentences are terminated and separated from each other with periods, JavaScript statements are terminated with

semicolons. 

“Expressions are evaluated to produce a value, but statements are executed to make something happen”