fix memoisation operator example
This commit is contained in:
@@ -44,7 +44,7 @@ equivalent to:
|
||||
|
||||
```javascript
|
||||
var obj = {};
|
||||
if (Object.prototype.hasOwnProperty.call(obj, "x")) obj.x = 2;
|
||||
if (!Object.prototype.hasOwnProperty.call(obj, "x")) obj.x = 2;
|
||||
```
|
||||
|
||||
### Method binding expression
|
||||
|
||||
Reference in New Issue
Block a user