Commit Graph

8431 Commits

Author SHA1 Message Date
13856289d9 Add text overaly snippet 2020-08-18 15:07:32 +03:00
a8d0564a42 Add scroll snap snippets 2020-08-18 14:25:46 +03:00
a0290983b3 Merge pull request #1179 from 30-seconds/update-listenonce
Update listenOnce.md
2020-08-10 13:53:42 +03:00
c691a0b61a Update listenOnce.md
Use `{ once: true }` as `options` to make the listener run at most one time.
2020-08-10 13:52:27 +03:00
2662a1c1e2 Update kebab.md
Resolves #212
2020-08-10 10:13:25 +03:00
6e742ff1ed Merge pull request #186 from Lakshaya-Sood/add-side-effect-note
Resolves #185
2020-08-10 09:08:42 +03:00
bb7404de98 Update tile-layout-using-inline-block.md 2020-08-10 09:07:58 +03:00
f8a3f6003e Merge pull request #1177 from Sparkadelic177/master
Resolves #1176
2020-08-10 09:04:46 +03:00
6c3b563ae6 Update flattenObject.md 2020-08-10 09:03:49 +03:00
7e64537485 update: tile-layout-using-inline-block with a side note 2020-08-08 00:28:07 +02:00
089779edf2 Resolves #1176 2020-08-07 10:16:26 -04:00
dedc12f269 Resolves #1176 2020-08-07 10:11:48 -04:00
1ad5d1004d Add requireUncached 2020-08-07 15:49:39 +03:00
166a6f9f70 Add isAsyncFunction 2020-08-07 15:41:55 +03:00
338bce1ed7 Add isGeneratorFunction 2020-08-07 15:40:38 +03:00
4cf93754d2 Add getSelectedText 2020-08-07 15:34:53 +03:00
dbf9fdd7db Add getSiblings 2020-08-07 15:31:48 +03:00
c41b58c590 Add elementIsFocused 2020-08-07 15:21:27 +03:00
0395fde19a Add getMonthsDiffBetweenDates 2020-08-07 15:15:26 +03:00
1985355def Merge pull request #1170 from Alex-Sokolov/patch-1
Update countBy.md
2020-07-31 22:47:23 +03:00
199c60a0e5 Update countBy.md 2020-07-31 22:47:10 +03:00
3c812d639e Merge pull request #1171 from Alex-Sokolov/patch-2
Update intersectionBy.md
2020-07-31 22:46:44 +03:00
a838095291 Update intersectionBy.md 2020-07-31 22:46:29 +03:00
c6dca8a983 Merge pull request #1172 from Alex-Sokolov/patch-3
Update unionBy.md
2020-07-31 22:46:00 +03:00
89adb172f7 Update unionBy.md 2020-07-31 22:45:38 +03:00
e1d31b9661 Merge pull request #205 from zhangfelix/fix-gcd-bug
bug fix in gcd.md
2020-07-31 22:40:28 +03:00
0e18e286e3 Update gcd.md 2020-07-31 22:39:46 +03:00
02462884a1 Merge pull request #209 from AnimeshRy/patch-1
find_multiples.md added
2020-07-31 22:37:50 +03:00
897cf88a41 Update arithmetic_progression.md 2020-07-31 22:37:02 +03:00
5e6d1382f8 Merge pull request #1173 from piyukore06/format-number
Added format number in JS
2020-07-31 22:24:04 +03:00
49f4cbfbc9 Update formatNumber.md 2020-07-31 22:23:32 +03:00
3d16d647ea Added format number in JS 2020-07-30 10:38:51 +02:00
10fd98764e Updated the indent to 2 spaced
Updated everything according to the comments
2020-07-28 16:29:25 +05:30
74fb5d3449 updated with all the changed asked 2020-07-28 16:27:33 +05:30
08ea7b56e5 Create find_multiples.md
find_multiples added
2020-07-27 00:32:34 +05:30
e980573b41 Update unionBy.md 2020-07-25 22:06:21 +03:00
bab8f4b9ee Update intersectionBy.md 2020-07-25 11:40:27 +03:00
885b0c2af6 Update countBy.md 2020-07-25 11:34:21 +03:00
2b6b92bc71 Merge pull request #1169 from Alex-Sokolov/patch-1
Update symmetricDifferenceBy.md: add another example
2020-07-25 09:23:24 +03:00
2960d5aeac Update symmetricDifferenceBy.md 2020-07-25 09:22:33 +03:00
b244bba646 Update symmetricDifferenceBy.md 2020-07-24 20:24:06 +03:00
69f927fd95 Merge pull request #1168 from ronib/patch-1
Update deepFreeze.md
2020-07-23 09:01:16 +03:00
d2e621754e Update deepFreeze.md 2020-07-23 09:00:21 +03:00
77e605b044 Update deepFreeze.md
fix typo in line 15, and add missing typeof call
2020-07-20 09:56:30 +03:00
34e60a73c8 floating point numbers handled 2020-07-18 10:24:48 +05:30
14cb45dda1 reverse number snippet added 2020-07-17 19:11:28 +05:30
739ddd4e36 Revert recent changes to last.md
Use `length` check instead to apply to strings and other array-likes.
2020-07-13 09:16:09 +03:00
59fb02a29b Merge pull request #1166 from dym-sh/patch-1
use isArray instead of instanceof
2020-07-12 18:30:20 +03:00
3e39f23d4b use isArray instead of instanceof 2020-07-12 05:56:45 +02:00
cf18160ec1 Merge pull request #1165 from dym-sh/patch-1
use `instanceof` to determine if arg is an array
2020-07-08 09:19:41 +03:00