What is the difference between if{} and if; For example
if(condition){
//do something
}
VS
if(condition);
//do something
and classes that has classname{} and classname{};
for exmample
classname{
//do something
}
VS
classname {
//Do something
};
Aucun commentaire:
Enregistrer un commentaire