Computer Science, asked by dev9184, 10 months ago

What is Java Script comment?​

Answers

Answered by Prahem54
0

The JavaScript comments are meaningful way to deliver message. It is used to add information about the code, warnings or suggestions so that end user can easily interpret the code. The JavaScript comment is ignored by the JavaScript engine i.e. embedded in the browser.

Answered by Anonymous
0

Answer:

Java script comment are the meaning way to send messages.

Explanation:

JAVA SCRIPT

JavaScript is a computer programming language. It is a scripting language and is mainly used in the creation of webpages on the client side.

Although the word Java is included in its name, it has nothing to do with the programming language called Java. Yes, the syntax of both Java and JavaScript is affected by the syntax of C. The main principles of JavaScript design are derived from a programming language called Self.

1) Useful in creating dynamic pages of web pages

2)Runs on the client side on the user's computer.

3) It is an printed language.

4) Object is Oriented language.

5) It has first class functions.

6) JavaScript's syntax is influenced by C's syntax.

7) JavaScript's real name is "ECMAScript".

Similar questions