0
i dont understand why there has to be a semicolon can someone explain
4 Antworten
+ 3
semicolon (;) specifies end of line of code 
e.g  Javascript code 
var test = "hi";
 console.log(test); //output hi
+ 4
which programming language are you referring to
+ 2
oh ok thank you
+ 1
Java






