String.fromCharCode()
Term side of the Card
Topic: String
Unit title: String.fromCharCode()
Categories: Method
Explanation side of the Card
Explanation: The static method that returns a string created from one or more UTF-16 code units. It's useful for converting numeric codes into their corresponding characters.
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: