UNPKG

count-to-6

Version:

An intro to some ES6 features via a set of self-guided workshops.

8 lines (7 loc) 140 B
var foot = { kick: function () { this.yelp = "Ouch!"; setImmediate(() => console.log(this.yelp)); } }; foot.kick();