Code Lines
Constructors
Functions
Link copied to clipboard
Appends the lines of the snippet.
Appends the code line and indents it to the current indent level.
Appends another code lines to this code.
Appends the line of code on the current indent level.
Link copied to clipboard
Merges lines by addition of a comma to each line except the last one.
Link copied to clipboard
Manually decreases the current indent level.
Link copied to clipboard
Enters block with the custom header.
Link copied to clipboard
Closes the current
if
block and enters the else
block.Link copied to clipboard
Enters the
if
block body.Link copied to clipboard
Declares JS method and enters its body.
Link copied to clipboard
Exits method declaration.
Link copied to clipboard
Enters the
if
block checking that given value is not null
or undefined
.Link copied to clipboard
Enters the
if
block checking that the given value is not undefined
.Link copied to clipboard
Manually increases the current indent level.