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
a011873e18
Travis build: 2040
2018-05-07 08:34:21 +00:00
819d97a3e8
shorten description, remove extraneous information
2018-05-06 20:37:04 -07:00
7316aac9c6
update description to mention inner closure
...
updated description to mention the anonymous inner closure that is self executed to declare a variable in a local context
2018-05-07 11:18:15 +08:00
b5a8e3987f
update arrayToHtmlList to more high efficiency
2018-05-07 09:35:03 +08:00
203edf9ba2
Travis build: 391
2017-12-28 08:30:19 +00:00
ea043445d0
Updated linter to work with restructure
2017-12-27 17:05:21 +02:00
b2cffa6858
update snippets 1-15
2017-12-27 16:19:20 +02:00
b74eb9d9bd
Linting
2017-12-27 11:02:46 +02:00
d26d4b30e9
Build
2017-12-20 11:59:41 +02:00
e30d3fe0cc
Update arrayToHtmlList.md
2017-12-20 11:08:42 +02:00
3a2af5cef8
Added space after arrow
2017-12-20 10:11:58 +05:30
ba78d837a1
Fixed markdown typo
2017-12-19 23:39:50 +05:30
39139e8749
Snippet to convert array to HTML list items
2017-12-19 23:33:05 +05:30