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