javascript - key length limit in object (string key length limit)
Text[Edit]
+
0
-
0
JavaScript - key length limit in object (string key length limit)
1 2 3 4 5 6 7 8There is no limit to the length of the key in object as long as it fits in memory. However, some implementations or platforms may limit this depending on memory size or addressing size, e.g. 32-bit architectures. See also: 1. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length