diff options
Diffstat (limited to 'docs/markdown/snippets/array-slice.md')
| -rw-r--r-- | docs/markdown/snippets/array-slice.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/array-slice.md b/docs/markdown/snippets/array-slice.md new file mode 100644 index 000000000..8b503bce9 --- /dev/null +++ b/docs/markdown/snippets/array-slice.md @@ -0,0 +1,3 @@ +## Array `.slice()` method + +Arrays now have a `.slice()` method which allows for subsetting of arrays. |
