Outline

In this section, we covered what each of the following methods did and practiced how to use them:

  1. console.log
  2. console.info
  3. console.warn
  4. console.error
  5. console.table
  6. console.assert
  7. console.group
  8. console.groupEnd

This is not a complete list of what you can do with the JavaScript console. Click here to read more about what you can do.