UNPKG

69 BJavaScriptView Raw
1"use strict";
2
3var x = 3;
4if (1) {
5 var x = 4;
6}
7function x() {
8}