ES6 函数 ES6 Label 和 Continue ES6 返回函数 ES6 函数 //define a function function test() { console.log("function called") } //call the function test() ES6 Label 和 Continue ES6 返回函数