๐with
JS โฉ statement โฉ other โฉ with
(statement) deprecated .
make the properties of a specified object the variables in a block scope.
with ( <object> ) <statement>
with statement is forbidden in strict mode.
Last updated
Was this helpful?
JS โฉ statement โฉ other โฉ with
(statement) deprecated .
make the properties of a specified object the variables in a block scope.
with ( <object> ) <statement>
with statement is forbidden in strict mode.
Last updated
Was this helpful?