Computer Science, asked by Shaiviamitpradhan, 6 months ago

Javascript allows you to omit semicolon , if each of your statements are placed on a __________ line.

Answers

Answered by Anonymous
1

full explanation sister

The rules of JavaScript Automatic Semicolon Insertion

when the next line starts with code that breaks the current one (code can spawn on multiple lines) when the next line starts with a } , closing the current block. when the end of the source code file is reached. when there is a return statement on its own line.

bツァーリ

目mベルギー

Similar questions