UNPKG

count-to-6

Version:

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

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