Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Words and punctuation matter!

  • What did you chose? (Correctly: choose, but people will usually understand.)

  • Lets do the homework. (Correctly: Let's, but most people will understand.)

  • Let's eat, grandpa!

  • Let's eat grandpa!

  • see more

  • Programming languages have a lot less words, but they are very strict on the grammar (syntax).

  • A missing comma can break your code.

  • A missing space will change the meaning of your code.

  • An incorrect word can ruin your day.