Along with ES6 came arrow functions. If you learnt JavaScript before ES6 was introduced or you learnt JavaScript using resources that are yet to in...
For further actions, you may consider blocking this person and/or reporting abuse
can you clarify the "No Binding of Arguments" ? Thanks Sarah
I think you should have a look at the explanation of arguments object on MDN: developer.mozilla.org/en-US/docs/W...
thanks Stanley ♥
I found this very helpful.Thanks :)
I'm so glad you did. :)
Great examples, Sarah!
Thank you Pauly :)
Very good examples!
Thank you :)
Very clear examples.
Is it possible that the last counter sample has an error? Shouldn't be console.log(this.seconds) rather than that.seconds?
Wow. Thanks for pointing out. I've corrected it.