.toString()

Term side of the Card
Topic: Boolean
Unit title: .toString()
Categories: Method
Explanation side of the Card

Explanation: The method that converts a boolean value (`true` or `false`) into a string ('true' or 'false'). This is useful for displaying a boolean value as text.

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 1
  • The safari browser supports this feature starting from version 1
Availability: