Which of the following is NOT a valid way to declare a function in JavaScript?

Last Updated :
Discuss
Comments

Which of the following is NOT a valid way to declare a function in JavaScript?

Function Declaration

Function Expression

Arrow Function

Function Constructor

Share your thoughts in the comments