npm-nodejstesttask-pkg

Using npm:

Usage no npm install needed!

<script type="module">
  import npmNodejstesttaskPkg from 'https://cdn.skypack.dev/npm-nodejstesttask-pkg';
</script>

README

Installation

Using npm:

$ npm i --save npm-nodejstesttask-pkg

Using

//In Node.js e.g. index.js file of your project insert following code:

var nodejsModule = require('npm-nodejstesttask-pkg');

Example

var array = [1,5,6,8,9];

nodejsModule.arrToString(array);

Run

//Run index.js file with command:

node index.js