Closed
Description
π Search Terms
array toLocaleString arguments locale
π Version & Regression Information
- This is a crash
β― Playground Link
π» Code
const array = ["Hello World", "!!!"]
console.log(array.toLocaleString('es'))
π Actual behavior
Expected 0 arguments, but got 1.
π Expected behavior
No error