0

As per the rules of JS, Arrow functions don't have an argument Object, like a regular function inside JS. But it is also true, that we can pass arguments to the Arrow functions like any other functions. What is the data structure at play here, if not an argument object, then how does an Arrow functions references the arguments passed down to it ?

0 Answers0