Quiz: The "this" keyword
{"name":"Quiz: The \"this\" keyword", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"After 3 seconds, what will our code log? var myUser = { username: 'tyler', age: 25, email: 'tyler@gmail.com' }; var getMyUsername = function(){ console.log(this.username); }; setTimeout(getMyUsername, 3000);, What's the difference between .call and .apply?, What does .bind do","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}