How to use the 'with' keyword in JavaScript?
Answers
Answered by
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
0
l want to take keyboard input in java sript
Similar questions