# h2 function userName() { // user name this var _this = this; function show() { var show_this = this; console.log(_this); } } function userName() { const show = () => { console.log(this); } } [].forEach(() => {})