Home »
MCQs »
Lodash MCQs
The ____ function is used to retrieve the first entry of an array
4. The ____ function is used to retrieve the first entry of an array.
- _.one()
- _.fortharray()
- _.first()
Answer: C) _.first()
Explanation:
The _.first() function is used to retrieve the first entry of an array.