In this article we will learn about control statements in JavaScript. We will look at the syntax and description for each control statement. Introduction Statements that are used to control the flow of execution in a script are known as control statements. Control statements are used along with compound statements (a set of […]