Atlassian interview question

what is the difference between an arrow function and a regular function

Interview Answer

Anonymous

18 Feb 2016

arrow function does not have it's own context

1