var foo = {
            baz: 1.bar: function () {
                return this.baz; }};console.log(foo.bar());  / / 1
        (function () {
            this; //Window
            console.log(arguments[0] ());//undefined
        })(foo.bar)
Copy the code

\

\

\

\

Note: Welcome to join the web front-end job hunting qq group: 668352707\