Code Club

20170613 JavaScript Coding Class

Submitted by Valerie on Wed, 07/12/2017 - 10:46

 In today's JavaScript coding class, we learned about the Switch statement. It allows you to compare one expression to a list of other expressions. It works similarly to an If statement, but is shorter for this use case. We will finish our Rock Paper Scissors project next week with some polish.