Commit Graph

8954 Commits

Author SHA1 Message Date
9a15fff3e2 Update rewind-to-commit.md
Rewinds back to `3050fc0d3` but keeps changes in the working directory  --> it doesn't need `--hard`
2021-08-10 11:28:35 +08:00
fd96983b7a Update Tabs.md
The function name and argument were wrong, probably remains of some old version. 
If you update this code also on the CodePen project, it will print to the console, like intended
2021-08-05 13:39:41 +03:00
86d5f9b3fa Corrected function call
The function created isn't the function that was called. I corrected the function call
2021-07-29 22:46:36 +01:00
c93a5b9215 Update indexOn.md
Fixes #1822
2021-07-23 16:41:43 +03:00
8d23c1e2ed Update luhnCheck.md
Fixes #1817
2021-07-23 16:34:47 +03:00
7ae0a7e98d Merge pull request #1838 from howardbdev/master
fix snippets/hide.md
2021-07-23 16:09:28 +03:00
e35b4e0bb3 Update hide.md 2021-07-23 16:08:32 +03:00
ed484f666c Merge pull request #1820 from Julien-Broyard/patch-1
Fix typo 'toKebabCase' -> 'toSnakeCase'
2021-07-23 14:14:28 +03:00
ee30212d67 Update CONTRIBUTING.md 2021-07-23 13:40:34 +03:00
99b8537024 Update CONTRIBUTING.md 2021-07-23 13:39:58 +03:00
d7d8785c97 Update CONTRIBUTING.md 2021-07-23 13:39:41 +03:00
211e3d6efa Update CONTRIBUTING.md 2021-07-23 13:39:05 +03:00
3a3f11731b Update CONTRIBUTING.md 2021-07-23 13:38:37 +03:00
1075bd2297 Update CONTRIBUTING.md 2021-07-23 13:37:58 +03:00
c0a3373c74 Merge pull request #18 from djave-co/patch-1 2021-07-22 18:07:40 +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
3f2744e9e5 fix snippets/hide.md 2021-07-20 16:34:10 -04:00
20d6f12294 Add data structures articles 2021-07-18 18:05:22 +03:00
c16c7cb135 Merge pull request #1823 from h20x/fix-bubble-sort 2021-07-13 18:30:04 +03:00
2a661688fc Add purple macro flower images 2021-07-12 19:36:08 +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
5580f03487 Merge pull request #17 from dominikbulaj/patch-1 2021-07-05 21:03:44 +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
0b6e562c61 Fix bubbleSort 2021-06-30 12:24:25 +03:00
b6509c15c3 Fix typo 'toKebabCase' -> 'toSnakeCase' 2021-06-28 15:29:14 +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
2c3ae2936a Add disable fast forward merge 2021-06-22 20:41:13 +03:00
e76b43d8ff Add set default push branch 2021-06-22 20:37:37 +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
284962e6a5 Merge pull request #1811 from lukasbals/lu/update-to-camel-case 2021-06-20 13:02:15 +03:00
3dcba31446 Merge pull request #1810 from shanyuhai123/feature/getMonthDays
Add snippet for getMonthDays
2021-06-20 12:57:38 +03:00
1bd06c9ee6 Update and rename getMonthDays.md to daysInMonth.md 2021-06-20 12:57:01 +03:00
d27c9e5590 Create dateRangeGenerator.md 2021-06-20 12:39:16 +03:00
efb0f84de9 Update hover-underline-animation.md 2021-06-20 12:08:52 +03:00
0f48b6bf9c Add weekOfYear 2021-06-18 22:08:38 +03:00
db6dc94899 Add mapConsecutive 2021-06-18 21:56:23 +03:00
1bef45a024 Add symbolizeKeys 2021-06-18 21:51:48 +03:00
ca1c8375ee Add deepMerge 2021-06-18 21:47:59 +03:00
f5410f122b Add assertValidKeys 2021-06-18 21:35:44 +03:00
2f1c0e9513 Add hasOne and hasMany 2021-06-18 21:31:43 +03:00
1081132477 Create indexOn 2021-06-18 21:23:58 +03:00
82cdd260c9 Create indexBy 2021-06-18 21:17:42 +03:00
541ff1f408 Merge pull request #16 from 30-seconds/redate 2021-06-17 17:57:14 +03:00
89dd1150a3 Merge pull request #1 from 30-seconds/redate 2021-06-17 17:56:57 +03:00