JavaScript’s `with` is now deprecated, and disable...
# announcements
n
JavaScript’s
with
is now deprecated, and disabled in strict mode, because it has a terrible effect on performance. (This problem doesn’t affect typed languages)