20170908 Coding Class
In today's coding class, we continued building our Brain Game. They learned to create functions (a major concept in programming) so they can reuse stacks of blocks.
In today's coding class, we continued building our Brain Game. They learned to create functions (a major concept in programming) so they can reuse stacks of blocks.
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.