mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02:00
There is no such thing as a "undefined literal" in JS - undefined is just a property on the global object with a value of undefined. This is pretty similar to NaN. var undefined = "foo"; is a perfectly fine AssignmentExpression :^)
12 KiB
12 KiB