UNPKG

175 BJavaScriptView Raw
1"use strict";
2// unclear on whether it should be an error to redefine global names on top-level
3// for now, we allow it
4let name = "asdf";
5let console = 3;
6let undefined = 5;