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
92e67e7fc3
Travis build: 740 [ci skip]
2017-12-31 15:16:08 +00:00
3bb78b0cfd
Update sortedIndex.md
2017-12-31 17:05:50 +02:00
a8286a4943
Update sortedIndex.md as suggested by @atomiks
2017-12-31 20:32:51 +05:30
0e2c7a3769
Update sortedIndex.md
2017-12-31 20:24:05 +05:30
d028e82970
Minor formatting changes
2017-12-31 16:53:40 +02:00
a673f2c4c9
fixed typo
2017-12-31 20:15:36 +05:30
cabf3f8a7f
add sortedIndex
2017-12-31 20:09:06 +05:30