我想知道FunctionOne 的定义new FunctionOne
和定义之间是否有任何区别new FunctionOne()
function FunctionOne(){
/// this function has no arguments
///some code
}
我想知道FunctionOne 的定义new FunctionOne
和定义之间是否有任何区别new FunctionOne()
function FunctionOne(){
/// this function has no arguments
///some code
}