Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Exam JavaScript-Developer-I All Questions
Exam JavaScript-Developer-I All Questions

View all questions & answers for the JavaScript-Developer-I exam

Salesforce Developer JavaScript-Developer-I Question # 33 Topic 4 Discussion

JavaScript-Developer-I Exam Topic 4 Question 33 Discussion:
Question #: 33
Topic #: 4

What are two unique features of functions defined with a fat arrow as compared to normal function definition?

Choose 2 answers


A.

The function generated its own this making it useful for separating the function’s scope from its enclosing scope.


B.

The function receives an argument that is always in scope, called parentThis, which is the enclosing lexical scope. C. If the function has a single expression in the function body, the expression will be evaluated and implicit returned.


C.

The function uses the this from the enclosing scope.


Get Premium JavaScript-Developer-I Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.