Understanding statements in Javascript
So, what is a statement in Javascript?
A JavaScript program is a sequence of statements, and each statement is an instruction that tells the computer what to do.
Here are some examples of statements in javascript.
Variable assignment statement
const pi = 3.14159265359;
In the above statement, we are instructing