Computer Science, asked by sairahul1266, 1 year ago

What will happen if a semicolon is misplaced in JavaScript?

Answers

Answered by khushi769
0

Hey mate,here is ur answer:-

Semicolons in JavaScript divide the community. Some prefer to use them always, no matter what. ... The process that does this is called Automatic Semicolon Insertion. It's important to know the rules that power semicolons, to avoid writing code that will generate bugs because does not behave.

Similar questions