Programming (12th Grade)
JavaScript Functions
Which of the following is a correct way to define a function in JavaScript?
function myFunc() {}
def myFunc() {}
func myFunc() {}
create myFunc() {}