Commit Graph

16 Commits

Author SHA1 Message Date
27c168ce55 Bake date into snippets 2021-06-13 13:55:00 +03:00
d35575373f Update snippet descriptions 2020-10-22 20:24:04 +03: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
63d04639f0 Update reducedFilter.md 2018-01-01 17:05:25 +02:00
c1716cbc2a Update reducedFilter.md 2018-01-02 02:04:10 +11:00
b988185275 minor changes in info description 2017-12-23 17:25:08 +02:00
1af57a3b61 Explained with more details methods and techniques that are used, usage example with inline input and output data, modified snippet code to be compliant with guidelines 2017-12-23 16:57:49 +02:00
7c1641aeb4 unordered 2017-12-22 10:39:43 +02:00
0d584cd2e0 ordered 2017-12-22 10:39:12 +02:00
0a18ab0957 minor url 2017-12-22 10:38:02 +02:00
fd65cbcdd1 minor 2017-12-22 10:37:41 +02:00
064325ef18 unorderd 2017-12-22 10:37:03 +02:00
d73724cba4 github markup 2017-12-22 10:29:48 +02:00
5a19b255cf added reducedFilter snippet 2017-12-22 09:37:36 +02:00