Arrow Functions in ES6 Sarah Chima on October 26, 2017 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... Read full post Collapse Expand Belhassen Chelbi Belhassen Chelbi Belhassen Chelbi Follow Get micro lessons about UX design, UX writing, and more: https://sendfox.com/deepcamp Location Tunis Joined Oct 10, 2017 • Oct 28 '17 Dropdown menu Copy link Hide can you clarify the "No Binding of Arguments" ? Thanks Sarah Collapse Expand Stanley Nguyen Stanley Nguyen Stanley Nguyen Follow Software Engineer & Open-Source Enthusiast Location Singapore Education Singapore University of Technology and Design Joined Oct 2, 2017 • Oct 29 '17 Dropdown menu Copy link Hide I think you should have a look at the explanation of arguments object on MDN: developer.mozilla.org/en-US/docs/W... Collapse Expand Belhassen Chelbi Belhassen Chelbi Belhassen Chelbi Follow Get micro lessons about UX design, UX writing, and more: https://sendfox.com/deepcamp Location Tunis Joined Oct 10, 2017 • Nov 1 '17 Dropdown menu Copy link Hide thanks Stanley ♥ Collapse Expand Jens Genberg Jens Genberg Jens Genberg Follow Software engineer with a passion for game development. Email jeansberg@gmail.com Location Finland Education B.Sc Information Technology Work Software Engineer at Greenbyte Joined May 10, 2017 • Oct 27 '17 Dropdown menu Copy link Hide I found this very helpful.Thanks :) Collapse Expand Sarah Chima Sarah Chima Sarah Chima Follow Software engineer, Tech educator Location Sweden Joined Jul 12, 2017 • Oct 27 '17 Dropdown menu Copy link Hide I'm so glad you did. :) Collapse Expand jorgutdev jorgutdev jorgutdev Follow Joined Oct 27, 2017 • Oct 27 '17 Dropdown menu Copy link Hide Very good examples! Collapse Expand Sarah Chima Sarah Chima Sarah Chima Follow Software engineer, Tech educator Location Sweden Joined Jul 12, 2017 • Oct 27 '17 Dropdown menu Copy link Hide Thank you :) Collapse Expand LuisPa LuisPa LuisPa Follow software gardener | everybody so judgemental. Location internet Joined Mar 25, 2017 • Oct 26 '17 Dropdown menu Copy link Hide Great examples, Sarah! Collapse Expand Sarah Chima Sarah Chima Sarah Chima Follow Software engineer, Tech educator Location Sweden Joined Jul 12, 2017 • Oct 26 '17 Dropdown menu Copy link Hide Thank you Pauly :) Collapse Expand Siluvana Siluvana Siluvana Follow Joined Oct 27, 2017 • Oct 27 '17 Dropdown menu Copy link Hide 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? Collapse Expand Sarah Chima Sarah Chima Sarah Chima Follow Software engineer, Tech educator Location Sweden Joined Jul 12, 2017 • Oct 27 '17 Dropdown menu Copy link Hide Wow. Thanks for pointing out. I've corrected it. Code of Conduct • Report abuse 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. :)
Very good examples!
Thank you :)
Great examples, Sarah!
Thank you Pauly :)
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.