function parent (arg1, arg2) { function child (arg3, arg4) { console.log(arg1); console.log(arg2); } }