global-name-exists-out.js 175 Bytes Raw Blame History Permalink 1 2 3 4 5 6 "use strict"; // unclear on whether it should be an error to redefine global names on top-level // for now, we allow it var name = "asdf"; var console = 3; var undefined = 5;