01-00-coded-messages.js 752 B

123456789101112131415
  1. /**
  2. * Ninjas perform an activity in which they discover how computers interpret text.
  3. Sensei Notes
  4. * Provide the Ninja with two pieces of paper, a pen, and scissors.
  5. * Instruct the Ninja to write their name twice, once in all capital letters and once in all lowercase letters.
  6. * Make sure they leave enough room to cut each letter out.
  7. * Have the Ninja arrange the letters to recreate their name using a mix of upper and lowercase letters,
  8. modeling if necessary.
  9. * Have the Ninja make and record as many combinations as they can. It's okay if they don't make every single
  10. combination.
  11. * Explain how while humans read CoDeY and coDEY as the same thing, computers do not.
  12. Provide an example of when you made a mistake like this and how it is okay.
  13. */