mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2026-01-27 21:58:02 -08:00
Added global string and number
This commit is contained in:
@@ -102,8 +102,8 @@ arr.values() // Returns a new Array Iter
|
|||||||
* ******************************************************************************************* */
|
* ******************************************************************************************* */
|
||||||
|
|
||||||
// Global object: properties
|
// Global object: properties
|
||||||
String.length // Reflects the length of the string. Read-only.
|
String.length // Reflects the length of the string. Read-only.
|
||||||
String.prototype // Allows you to add properties and methods to the String object.
|
String.prototype // Allows you to add properties and methods to the String object.
|
||||||
|
|
||||||
// Global object: methods
|
// Global object: methods
|
||||||
String.fromCharCode(num1[, ...[, numN]]) // Returns a string created from the specified sequence of UTF-16 code units.
|
String.fromCharCode(num1[, ...[, numN]]) // Returns a string created from the specified sequence of UTF-16 code units.
|
||||||
|
|||||||
Reference in New Issue
Block a user