diff --git a/guide/english/javascript/with/index.md b/guide/english/javascript/with/index.md index 781ea4b215..ff1964edae 100644 --- a/guide/english/javascript/with/index.md +++ b/guide/english/javascript/with/index.md @@ -5,7 +5,7 @@ title: With JavaScript's `with` statement is a shorthand way for editing several properties on one object. Most developers discourage usage of `with`, and you are best not using this keyword. -**Note**: `"strict mode"` forbids usage of `with`. +**Note**: `"strict mode"` in ECMAScript 5 forbids usage of `with`. ### Syntax