04-00-code-the-dojo.js 508 B

12345678910111213141516
  1. /**
  2. Ninjas use what they know about control flow logic to develop a set of rules
  3. about the Dojo.
  4. Reinforced Vocabulary and Concepts
  5. * Boolean Logic
  6. * Comparison Operators
  7. * if() Statements
  8. Sensei Notes
  9. * The purpose of this activity is to practice control flow and Boolean logic by
  10. applying it to real world situations.
  11. * The manual describes some examples for the Dojo, but you can extend the concept
  12. to almost any situation.
  13. * The Ninja should be able to see the cause and effect of Boolean logic.
  14. **/