📅  最后修改于: 2022-03-11 15:03:54.033000             🧑  作者: Mango
//To create a function, use the following syntax:
function myFunction(parameter1, parameter2,..., parameterN) {
// function body
}