📌  相关文章
📜  有没有类似python通行证的JS词? - Javascript代码示例

📅  最后修改于: 2022-03-11 15:01:36.579000             🧑  作者: Mango

代码示例1
/*
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
*/