📅  最后修改于: 2022-03-11 15:04:10.933000             🧑  作者: Mango
//be carefull you are not overlapping your functions
// do this
const action = () => {
// some code action 1
//some other code action 2
}