No importance to semi colon (;) - not only in functions but also while assigning data to variables

many of the javascripts are getting executed without semicolon ( :slight_smile:

2 Likes

I find it difficult to learn programming from someone wearing Santa hat

1 Like

This is something Santa is GIVING… Javascript lessons! :sunglasses:

No he is actually good and funny :slight_smile:

I was sarcastic
He is pretty good and interesting, I recommend watching it

I have a very slight disagreement with the video posted, but only slight. Adding semicolons to everything helps communicate your intent - and sometimes simply communicating your intent can be very valuable. Having said that, I think semicolons are ugly and prefer to avoid them purely for aesthetics reasons.