Skip to content

Commit

Permalink
Note Fix
Browse files Browse the repository at this point in the history
# Conflicts:
#	Gemfile.lock
  • Loading branch information
zenopopovici committed Sep 1, 2017
1 parent 368236f commit f593cea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ for(key in cleanMap){
}
```

* Object.create() was introduced in ES5 [[Compatibility]](http://kangax.github.io/compat-table/es5/)
## Notes:
* Object.create() was introduced in ES5: [Compatibility](http://kangax.github.io/compat-table/es5/)
* ES6 introduced some new structures: [Map](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map), [WeakMap](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap), [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) and [Weak Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet)

0 comments on commit f593cea

Please sign in to comment.