+ 10
if youâre just declaring the class then the semicolon is not required. On the other hand, if youâre writing a class expression (storing the class inside of a variable) then you would add the semicolon. See some examples here: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes