Computer Science, asked by yoggcigxufxfhkvjhc, 6 months ago

Write any two examples for Java Script keywords​

Answers

Answered by princeverma90
1

Answer:

Example of JavaScript Keywords:-

1. Goto keyword. Used to return execution control to a specific location.

2. in keyword.

3. instanceof keyword.

4. arguments keyword.

5. public keyword.

6. Do keyword.

7. Function keyword.

8. class* keyword.

Follow me

Answered by lakvin24
0

Answer:

Examples of keywords are the primitive types, int and boolean ; the control flow statements for and if ; access modifiers such as public , and special words which mark the declaration and definition of Java classes, packages, and interfaces: class , package , interface .

Explanation:

Similar questions