List of questions
Related questions
Question 18 - Certified JavaScript Developer I discussion
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 ') ;)
Your answer:
0 comments
Sorted by
Leave a comment first