Friday, May 27, 2016

Conditional Statements & Bool

I am learning about conditional statements and Boolean expressions today on teamtreehouse.com. I know it is very basic but I have a strong sense that I am going in a good direction. I gain more and more knowledge every day.

Example:

if (myName === "Ryan") {
  x = true;
} else {
  x = false;

No comments:

Post a Comment