concat-array

0.1.1 • Public • Published

concat-array

Takes a string and an array of strings and concatenates the first string to each string in the array.

Getting started

Install the plugin:

npm install concat-array

Require it:

var ca = require('concat-array');

Test it:

console.log(ca.concatArray('jumbo', ['shrimp', 'tron']));

Author

License

Licensed under the MIT License (MIT)

Readme

Keywords

Package Sidebar

Install

npm i concat-array

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • doowb
  • jonschlinkert