mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-21 20:15:22 +00:00
This ensures we get the expected behavior of code like:
let a = []
let b = a++
(Where b should be 0, not [], because JavaScript.)
115 KiB
115 KiB