4 Formatting
Terminology Note: block-like construct refers to the body of a class,function, method, or brace-delimited block of code. Note that, by?? and ??, any array orobject literal may optionally be treated as if it were a block-like construct.
Tip: Use clang-format
. The JavaScript community has invested effort to makesure clang-format does the right thing
on JavaScript files. clang-format
hasintegration with several populareditors.