Computer Science, asked by tanveertk5260, 1 year ago

How to use the 'with' keyword in JavaScript?

Answers

Answered by amayra14
2

expression

Adds the given expression to the scope chain used when evaluating the statement. The parentheses around the expression are required.

statement

Any statement. To execute multiple statements, use a block statement ({ ... }) to group those statements.

Hope it helps

Answered by manisha6610
0

l want to take keyboard input in java sript

Similar questions