Commit Graph

14 Commits

Author SHA1 Message Date
f2e5e26af3 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
b469b8a94a Travis build: 2040 2018-05-07 08:34:21 +00:00
12e24bd692 shorten description, remove extraneous information 2018-05-06 20:37:04 -07:00
1ea3ca1432 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
a0d4b84262 update arrayToHtmlList to more high efficiency 2018-05-07 09:35:03 +08:00
3cbd7040e9 Travis build: 391 2017-12-28 08:30:19 +00:00
e08dd40e4e Updated linter to work with restructure 2017-12-27 17:05:21 +02:00
5036ff5781 update snippets 1-15 2017-12-27 16:19:20 +02:00
3d79413392 Linting 2017-12-27 11:02:46 +02:00
297df8db49 Build 2017-12-20 11:59:41 +02:00
c6d1e63bfd Update arrayToHtmlList.md 2017-12-20 11:08:42 +02:00
91d3068770 Added space after arrow 2017-12-20 10:11:58 +05:30
f9174c38fa Fixed markdown typo 2017-12-19 23:39:50 +05:30
fd008df60a Snippet to convert array to HTML list items 2017-12-19 23:33:05 +05:30