test this keyword by ud25tGNwMddCP7JI January 07, 2021 JavaScript var method1 = function(){ this.a = 1; console.log(this.a); console.log(this); } method1();