📜  javascript代码示例中的块是什么

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

代码示例1
Description. The block statement is often called compound statement in other
languages. It allows you to use multiple statements where JavaScript expects
only one statement. Combining statements into blocks is a common practice in
JavaScript.