mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
225 B
225 B
id | title |
---|---|
67198605-05a4-4a1b-9083-d4e445b38344 | JavaScript RangeError |
// Call console with too many arguments
console.log.apply(console, new Array(1000000000)); // RangeError: Invalid array length