Update snippet descriptions

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-10-22 20:24:30 +03:00
parent d35575373f
commit 5cb69e3c5c
58 changed files with 195 additions and 126 deletions

View File

@ -3,7 +3,7 @@ title: take
tags: array,beginner
---
Returns an array with n elements removed from the beginning.
Creates an array with `n` elements removed from the beginning.
- Use `Array.prototype.slice()` to create a slice of the array with `n` elements taken from the beginning.