找考题网-背景图
多项选择题

下列代码哪些能够正确创建JS函数?()

A.function=myFunction(){}
B.functionmyFunction(){}
C.myFunction(){}
D.varmyFunction=function(){}