Page 1 of 1

Switch Statement - TicTacToe game

Posted: July 5th, 2013, 5:48 pm
by Radix
Hello

I wanted to share this example of a switch statement.

http://www.w3schools.com/js/tryit.asp?f ... yjs_switch

Basically I had a hard time understanding what it does (first time programming) ... and I found this helpful. So, if you are struggling to grasp it, check it out.