File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ var tenthItem = myArray[10];
46
46
47
47
</CodeTab >
48
48
49
- The behavior of returning an ` option ` is new to V11 and provides a safer way to access array items .
50
- This is especially useful when you're not sure if the index is out of bounds.
51
- If you would like to not use an ` option ` , you can use ` Array.getUnsafe ` .
49
+ The behavior of returning an ` option ` is new to V11 when you have [ Core ] ( api/core ) open .
50
+ 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.
51
+ If you would like to not use an ` option ` , you can use [ ` Array.getUnsafe ` ] ( api/core/array#value-getUnsafe ) .
52
52
53
53
#### Update
54
54
Items in an array can be updated by assigning a value to an index or using a function:
You can’t perform that action at this time.
0 commit comments