Skip to content
Junta todos os elementos do array em um literal de caracteres
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
join.js
package.json
script.txt

README.md

$join

Junta todos os elementos do array em um literal de caracteres a funcao curry

this.Ninja(['$join'], function ($join) {
  console.log($join(['hello', 'cleber.programmer'], ' '));
});
Something went wrong with that request. Please try again.