Which three options show valid methods for creating a fat arrow function?

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
0 Comments
Inline Feedbacks
View all comments