Skip to content

else

  • else

if / else block

if (<condition>) {

[} else [if (<condition>) {

…]]

}