Commit Graph

217 Commits

Author SHA1 Message Date
35f450aa51 Callback examples not using correct function name
The examples aren't using the correct function names as defined. It could be confusing.
2021-10-18 18:06:18 +01:00
7a6f8dd6e2 Add JS expression/statement 2021-10-10 12:32:58 +03:00
6ba455701f Add JS prefix/postfix 2021-10-10 11:53:04 +03:00
f659b4109c Add JS promises question 2021-10-10 11:38:05 +03:00
4b8b47dd49 Update JS singleton article 2021-09-28 20:14:51 +03:00
0b625c7a37 Update useInterval article 2021-09-28 20:02:40 +03:00
31f43249c5 Fix CSS variables update date 2021-09-28 20:00:36 +03:00
76133ff2f9 Update CSS variables 2021-09-28 19:53:13 +03:00
5dd11a6bf8 Update responsive favicon article 2021-09-28 19:41:19 +03:00
c26f7e7ac5 Update CSS centering article 2021-09-28 19:36:09 +03:00
4bebd0e5ef Partially reformat for loop post 2021-09-28 19:30:27 +03:00
e85f652c67 Update JS arrow function event listeners 2021-09-28 10:17:54 +03:00
1a9a70e1bf Update JS modify URL article 2021-09-27 16:48:25 +03:00
ad7e17592e Update JS object array proxy article 2021-09-27 16:42:38 +03:00
a823e58f3b Update JS array comparison article 2021-09-27 16:37:03 +03:00
7322d4962a Update JS iterators article
Simpler phrasing, code formatting.
2021-09-26 13:21:35 +03:00
3606d57d1a Add JS arrow function differences 2021-09-26 12:42:28 +03:00
629edd5e35 Add JS string immutability article 2021-09-19 12:18:14 +03:00
9fb14a16fa Add JS callbacks question 2021-09-18 21:31:35 +03:00
b9ef011e8e Add JS object comparison question 2021-09-08 15:09:33 +03:00
b477fbac19 Retag articles
Use more appropriate types where applicable.
2021-09-08 11:41:56 +03:00
6a725d7384 Add JS question about variable keywords 2021-09-07 12:17:34 +03:00
b8180b526c Add truthiness check question 2021-09-05 11:56:35 +03:00
6f6e2592f1 Add native JS data structures article 2021-08-31 14:29:57 +03:00
92bef0d201 Update javascript-listen-once.md 2021-08-26 15:44:04 +03:00
927158be16 Update git-fast-forward.md 2021-07-22 18:07:22 +03:00
697c59a0ab Typo in excerpt 2021-07-22 11:13:09 +01:00
20d6f12294 Add data structures articles 2021-07-18 18:05:22 +03:00
b4308a2744 Add for of index tip 2021-07-12 19:08:59 +03:00
6046b0bb88 Add Python f-strings 2021-07-09 16:39:38 +03:00
b908e35c24 Add git ff article 2021-07-09 09:33:45 +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
d4b151de1a Add boolean traps article 2021-06-27 14:56:34 +03:00
5545465e33 Add JSON stringify replacer article 2021-06-27 11:13:30 +03:00
8c532b9aab Add JS callback article 2021-06-22 19:48:54 +03:00
96e723a62a Add JS numeric separator article 2021-06-22 18:15:12 +03:00
7dfe0cd826 Add reversed list article 2021-06-21 10:04:48 +03: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
52d3d94e84 Genericize image names 2021-06-12 18:03:28 +03:00
19f228760a Fix a missing tag preventing site from building 2021-06-11 22:44:34 +03:00
57e0260851 Add string.raw tip 2021-06-07 10:10:22 +03:00
4ea34fa0b3 Add js iifes 2021-06-06 12:40:30 +03:00
e29e0d62f4 Add iterables tip 2021-06-06 12:04:27 +03:00
e31a7aefe1 Add python setup tip 2021-06-05 16:25:46 +03:00
e3063bb830 Update javascript-destructuring-assignment.md
In Array destructuring example the skip value mentioned in the comment should be 9, not 12.
2021-05-25 14:36:43 +05:30
d43aea98fb Add lazy loading 2021-05-23 16:52:06 +03:00
411df8f9f8 Fix type of latest blog 2021-05-23 13:19:02 +03:00
875f762de8 Add for loop tip 2021-05-23 13:06:57 +03:00
19baf654ce Add js enums 2021-05-23 12:35:03 +03:00