Commit Graph

2358 Commits

Author SHA1 Message Date
cda0b131d9 cater change request 2020-09-22 17:27:55 +05:00
3bcce60510 fix issue #1175 and cater more scenarios 2020-09-22 14:02:06 +05:00
f73adb1006 Update reverseNumber.md 2020-09-18 21:19:23 +03:00
a413143ea1 Added a snippets to convert RGB colour format into HSV and vice versa. (#1213)
Co-authored-by: Angelos Chalaris <chalarangelo@gmail.com>
2020-09-18 14:25:07 +03:00
64c02a1bb9 Merge pull request #1167 from AtharvaThorve/master
reverse number snippet added
2020-09-16 15:58:28 +03:00
72b124d04c Update reverseNumber.md 2020-09-16 15:56:59 +03:00
53c16dbf65 Apply new format to snippets and template 2020-09-15 21:52:00 +03:00
040efd4380 Update arrayToHtmlList
Co-authored-by: Angelos Chalaris <chalarangelo@gmail.com>
2020-09-14 10:37:40 +03:00
74832b19a7 Update RGBToHex.md 2020-09-13 00:35:04 +03:00
3853921d5f Update recordAnimationFrames.md 2020-09-08 09:26:18 +08:00
268e563e47 Update isAlphaNumeric.md 2020-09-07 12:38:12 +03:00
6e1c82d78b add isAlphaNumeric snippet 2020-09-06 14:59:16 +10:00
13e9057337 Add isDeepFrozen 2020-09-04 20:20:11 +03:00
8804289d27 Update deepGet.md 2020-09-04 20:05:03 +03:00
bf87c7c8fc Removed unnecessary parentheses around typeof 2020-09-04 19:55:07 +03:00
90b8f077fa hotfix: unfrozenObject in frozenObject return wrong value (#1207)
Update deepFreeze.md

Co-authored-by: Angelos Chalaris <chalarangelo@gmail.com>
2020-09-04 19:50:53 +03:00
de3832092d Update deepClone.md 2020-09-04 19:33:19 +03:00
e24194c8b9 Fixes #1164
Added a comment about `inThrottle`.
2020-09-04 09:59:49 +03:00
70fdc31c84 update: comment for easy understanding (#1206)
Update bindAll.md
2020-09-04 09:38:07 +03:00
92f7f26344 Fix an issue with falsy values in deepGet 2020-09-04 09:35:15 +03:00
f64aa9aee0 Hotfix/current url (#1204)
Update currentURL.md

Co-authored-by: Angelos Chalaris <chalarangelo@gmail.com>
2020-09-02 13:48:27 +03:00
d9c8306478 del: useless variable (#1198)
* del: useless variable

* fix: comment

Co-authored-by: 魏银鹏 <weiyinpeng@weiyinpengdeMacBook-Pro.local>
2020-09-02 13:02:42 +03:00
0834aee18f update: map return in a simple way 2020-09-02 17:35:13 +08: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
6c3b563ae6 Update flattenObject.md 2020-08-10 09:03:49 +03: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
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
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
2960d5aeac Update symmetricDifferenceBy.md 2020-07-25 09:22:33 +03:00
b244bba646 Update symmetricDifferenceBy.md 2020-07-24 20:24:06 +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