Commit Graph

8 Commits

Author SHA1 Message Date
1eaf279c44 Update blog expertise 2022-03-01 21:07:20 +02:00
3c0fefd0dd Make expertise a field 2022-03-01 20:28:17 +02:00
f049a05672 Make author singular (#22) 2022-02-23 15:21:56 +02:00
ad7e17592e Update JS object array proxy article 2021-09-27 16:42:38 +03:00
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