console.warn()

Term side of the Card
Topic: Output Information
Unit title: console.warn()
Categories: Method
Explanation side of the Card

Explanation: The static browser API method that outputs a warning message to the console. It's usually displayed in yellow text, indicating that something might be wrong but not necessarily critical.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 4
  • The safari browser supports this feature starting from version 3
Availability: