📅  最后修改于: 2022-03-11 15:01:36.579000             🧑  作者: Mango
/*
it' unnecessary to have a pass statement in JS because in python, that's a
white-space seensitive language, empity lines inside blocks can break the code.
However JavaScript doesn't care abut white space, so if you aren't ready to
fill a code block, just leave it empity and nothing will happen
*/