Hacker News new | ask | show | jobs
by nailer 3404 days ago
Ah that makes sense - by the time the parser sees a 'use strict' it's too late to apply strict mode to the default arguments. Thanks!