extra-array.web
Advanced tools
Comparing version
{ | ||
"name": "extra-array.web", | ||
"version": "4.1.40", | ||
"version": "4.1.41", | ||
"description": "An array is a collection of values, stored contiguously {web}.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,2 +45,9 @@ An [array] is a collection of values, stored contiguously.<br> | ||
> NOTE: The use of negative indices in certain functions such as `slice()` is | ||
> provided as a convenience for access elements from the end of the array. | ||
> However, negative indices can be thought of as referring to a virtual mirrored | ||
> version of the original array, which can be counter-intuitive and make it | ||
> harder to reason about the behavior of functions that use them. We are working | ||
> on a solution to this problem. Any suggestions are welcome. | ||
[array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array | ||
@@ -47,0 +54,0 @@ [jsDelivr CDN]: https://cdn.jsdelivr.net/npm/extra-array.web/index.js |
153519
0.3%510
1.39%