Math.log10()

Term side of the Card
Topic: Math
Unit title: Math.log10()
Categories: Method
Explanation side of the Card

Explanation: The static method that returns the base-10 logarithm of a given number. For example, `Math.log10(100)` returns 2, as 10 to the power of 2 is 100.

Browser compatibility:
  • The chrome browser supports this feature starting from version 38
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 25
  • The safari browser supports this feature starting from version 8
Availability: