1.0.3 • Published 3 years ago

wyswyg-helper v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

wyswyg-helper

A collection of functions to help programmers in coding.

Installation

Install wyswyg-helper with npm

  npm install wyswyg-helper

Features

  • makeKey(lengthWord)
  • terbilang(value)
  • searchArray(nameKey, valueKey, listArray)

Usage/Examples

import wyswyg from 'wyswyg-helper'

const sampleData = [{name:"Diki", value:10},{name:"Aileen", value:100}]

console.log(wyswyg.makeKey(10));
console.log(wyswyg.terbilang(1000));

let data = wyswyg.searchArray("name","Diki", sampleData);
console.log(data.urut);
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago