function math(n) { function square(n) { // inline comment n * n; } // document some lines const two = square(2); const four = squaare(4); return two * four; } var child = function() {}; child2 = function() {};