Skip to content
Retorna um novo array concatenando com o valor passado
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
concat.js
gulpfile.js
package.json
script.txt

README.md

$concat

Retorna um novo array concatenando com o valor passado

Ninja(['$concat'], function ($concat) {
  console.log($concat([1, 2, 3], 4));
});
Something went wrong with that request. Please try again.