27c168ce55
Bake date into snippets
2021-06-13 13:55:00 +03:00
aa425812b4
Update snippet descriptions
2020-10-22 20:24:44 +03:00
c86c2c8744
Update unflattenObject.md
2020-09-22 22:37:05 +03:00
351ce48f64
update name for external accumulator.
2020-09-22 17:37:22 +05:00
f3ddb653f0
update description
2020-09-22 17:31:40 +05:00
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
53c16dbf65
Apply new format to snippets and template
2020-09-15 21:52:00 +03:00
611729214a
Snippet format update
...
To match the starter (for the migration)
2019-08-13 10:29:12 +03:00
8ee50178f3
Avoid confusing prototype methods for static methods
...
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)
This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00
770922a9d2
fix type and make strict equal
2018-06-23 18:46:47 +08:00
12238b8e78
Travis build: 1581
2018-02-07 09:31:31 +00:00
3719814f25
Add flattenObject, unflattenObject
...
Tagged and tested. Quite complex methods btw.
2018-02-07 11:30:18 +02:00