Atlassian Interview Question

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

Interview Answer

Anonymous

Feb 18, 2016

arrow function does not have it's own context

1