In these video we will see what are some usefule console method that can be used instead of just console.log
The console object provides access to the browser's debugging console.
The console object is a property of the window object.
The console object is accessed with:
window.console or just console
console.log in javascript
console.log in angular
console.group
console.error
console.warn
console.table
console.time