A 90 mins CSE154 Exploration Session by Jeremy Zhang
https://staff.washington.edu/jkzhang/attendance
A bit about the attendance webapp
https://staff.washington.edu/jkzhang/attendance
Password:
rainbowdash
(It's not CSS animations btw)
Corrin
Corrin being animated
setInterval(function () {console.log(this)}, 100);
// Actually prints the Window object
/* Using "that" */
let that = this; // "this" keyword refers to the class
setInterval(function () {console.log(that)}, 100);
// Print's the class
setTimeout()
and setInterval()
are both methods of the HTML DOM Window object.If you don't know what that is, here is a video of the history of Kirby's Victory Dances.