Debugging for Dummies Prophets

Where the art of debugging meets the mystic arts.

Table of Contents

The Ancient Art of Error Messages

Where the cryptic whispers of the machine come to life.

Code Fragment

if (error == true)
  console.log('Error 404: Not Found');
  else
  console.log('All is well');

What do you think it means?