We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b705d6d commit 541d3c0Copy full SHA for 541d3c0
markdown-pages/docs/manual/array-and-list.mdx
@@ -52,10 +52,6 @@ var tenthItem = myArray[10];
52
53
</CodeTab>
54
55
-The behavior of returning an `option` is new to V11 when you have [Core](/docs/manual/api/stdlib) open.
56
-It provides a safer way to access array items, which is especially useful when you're not sure if the index is out of bounds.
57
-If you would like to not use an `option`, you can use [`Array.getUnsafe`](/docs/manual/api/stdlib/array#value-getUnsafe).
58
-
59
#### Update
60
61
Items in an array can be updated by assigning a value to an index or using a function:
0 commit comments