Files
ladybird/Libraries/LibJS
Linus Groh 9f7a6e116a LibJS: Let Array.prototype.join() ignore additional arguments
I.e.

array.join("x", "y", "z") === array.join("x")

rather than

array.join("x", "y", "z") === array.join()
2020-05-22 17:43:44 +02:00
..
2020-05-17 18:05:15 +02:00
2020-05-05 09:15:16 +02:00
2020-05-21 22:56:18 +02:00
2020-05-17 18:05:15 +02:00
2020-05-15 09:53:52 +02:00