colon (:)
punctuator `:`
Last updated
Was this helpful?
punctuator `:`
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ colon (:)
object literal - { <key> : <value> }
.
conditional operator (?:) - <condition> ? <a> : <b>
.
label statement - <label> : <statement>
.
switch (case clause) - case <expr> : <statements>
.