console.log()

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

Explanation: The static browser API method that prints a message to the console. It's the most common way to output text or variables for debugging and informational purposes.

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: