Last updated 2 years ago
Was this helpful?
JS ⟩ grammar ⟩ token ⟩ punctuator ⟩ semicolon (;)
do...while
empty statement
private member - class { #privateMember; }.
class { #privateMember; }
do...while must be terminated with a ";".
;
lexical grammar ⟩ automatic semicolon insertion