On Mon, Jul 7, 2025, at 10:46, Rob Landers wrote: > This is basically how non-strict mode works; there's no need for a cast. (I > very rarely > use strict mode, so I was a little confused on why you'd ever want to do this)
I always code in strict mode, so I find myself having to cast variables quite often.