下列代码哪些能够正确创建JS函数?()
A:function=myFunction(){}
B:functionmyFunction(){}
C:myFunction(){}
D:varmyFunction=function(){}
出自:蓝鲸认证