function outer(arg) { const valueB = null; const valueA = {}; function inner() { console.log( ); } inner(); }