ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 18 - Certified JavaScript Developer I discussion

Report
Export

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

Choose 3 answers

A.
x => ( console.log(' executed ') ; )
Answers
A.
x => ( console.log(' executed ') ; )
B.
[ ] => ( console.log(' executed ') ;)
Answers
B.
[ ] => ( console.log(' executed ') ;)
C.
( ) => ( console.log(' executed ') ;)
Answers
C.
( ) => ( console.log(' executed ') ;)
D.
X,y,z => ( console.log(' executed ') ;)
Answers
D.
X,y,z => ( console.log(' executed ') ;)
E.
(x,y,z) => ( console.log(' executed ') ;)
Answers
E.
(x,y,z) => ( console.log(' executed ') ;)
Suggested answer: A, E
asked 23/09/2024
Victor Silveira
28 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first