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

Goal of having modules

  • Code reuse: Allow multiple script to reuse the same function without copying the code.
  • Better code design.
  • Separation of concerns: Functions dealing with one subject are grouped together in one module.