Q. How to create a function in JavaScript? (A) function f() (B) function = f() (C) function:f() (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) function f()