Completion requirements
View
4. Summary and References
Summary
Control statements are used to direct the flow of programs. It can be used to execute different actions based on different conditions.
References
JavaScript For Loop. (n.d.). JavaScript For Loop. W3Schools Online Web Tutorials. https:// www.w3schools.com/js/js_loop_for.asp
JavaScript if else and else if. (n.d.). W3Schools Online Web Tutorials. https://www.w3schools.com/js/ js_if_else.asp
JavaScript Switch Statement. (n.d.). W3Schools Online Web Tutorials. https://www.w3schools.com/js/ js_switch.asp
JavaScript While Loop. (n.d.). W3Schools Online Web Tutorials. https://www.w3schools.com/js/ js_loop_while.asp