Table of Contents

About

Language - Code Block (Grouping of Statement) in Javascript

{} will group statement

Syntax

{
// My code block
}