"use strict"; let b; b = 12; let c = 21; function fn1(z) { console.log(z); } fn1(1);