Control structures

Home > Computer Science > Web development (Computer Science) > JavaScript > Control structures

Learning how to use loops (like for and while loops) and conditional statements (like if and switch statements) are key to controlling the flow of your program.