Learning js should be fun. It’s fun if it’s easy.
I tried my best in writing this, to understand it easily.
semicolon ;
Semicolon is used to execute 2 separate statements on a single line or multiple lines.
JS inserts the semicolon
Js is intelligent in the absence of semicolon
JS is confused It assumes the value out of the code execution after the alert should be stored in a variable which is missed out, so it results in error.
Leave y’r thoughts….
Source link
lol