7 lines
86 B
JavaScript

(function () {
if (true) {
let a = arguments[0];
console.log(a);
}
})(1);