What basic code is needed to define a function in JavaScript? liti 13 years ago What basic code is needed to define a function in JavaScript? A.function myFunction { } B.define myFunction() { } C.function myFunction() { } D.define myFunction { return value; } ← Previous question Next question →