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

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
Ran
Ran
1 year ago

ACE