Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 290 Bytes

File metadata and controls

13 lines (8 loc) · 290 Bytes

Set JavaScript Console Log Level

The console supports log levels, such as warn and error.

console.warn('Add a little emphasis to this message')

Log Level

References

Fireship | how to never write bug