What is the primary purpose of the 'break' statement in a loop in JavaScript?
To exit the loop immediately
To stop execution of the program
To skip the current iteration of the loop
To continue to the next iteration of the loop

Computer Software Exercises are loading ...