Объясните, пожалуйста, что имелось в виду вот в этих строчках:
Цитата:
|
All the methods of the String class, except for concat(), fromCharCode(), slice(), and substr(), are generic, which means the methods call toString() before performing their operations, and you can use these methods with other non-String objects.
|