console.log(this.level);
console.log(user.level);
console.log(user.level); wouldn't be a good idea, since we should use the keyword this to access the level property, not user.
this
level
user