Commit Graph

4 Commits

Author SHA1 Message Date
577db40fb4 Update javascript-object-array-proxy.md
```x.filter((v, i) => v !== 'B');                  // { a: 'A', b: 'B' }``` 
This should remove `B` value from result and not `c`
2021-07-05 13:45:37 +02:00
9482b077ec Bake dates into articles 2021-06-13 19:52:48 +03:00
65528cce0d Remove individual image credits 2021-06-12 19:30:41 +03:00
7545f67593 Add keyed array proxy 2021-04-23 20:32:47 +03:00