Skip to content
Retorna uma cópia superficial de um array para um novo array
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.gitignore
README.md
bower.json
gulpfile.js
package.json
script.txt
slice.js

README.md

$slice

Retorna uma cópia superficial de um array para um novo array a funcao curry

this.Ninja(['$slice'], function ($slice) {
  console.log($slice(['Banana', 'Orange', 'Lemon', 'Apple', 'Mango'], 1, 3));
});
Something went wrong with that request. Please try again.