Which three options show valid methods for creating a fat arrow function? Choose 3 answers
Which three options show valid methods for creating a fat arrow function? Choose 3 answers
A . x => ( console.log(‘ executed ’) ; )
B . [ ] => ( console.log(‘ executed ’) 😉
C . ( ) => ( console.log(‘ executed ’) 😉
D . X,y,z => ( console.log(‘ executed ’) 😉
E . (x,y,z) => ( console.log(‘ executed ’) 😉
Answer: A,E
Latest JavaScript Developer I Practice Questions with 144 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
ACE