Javascript
JavaScript Fundamentals -- The JavaScript Console

Conclusion

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

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.