random-tests
v1.3.7
Published
A Pkg with random things
Downloads
2
Readme
My Pkg
const tools = require('random-tests')
tools.greet(name)
// Returns Welcome Your name
// name stands for the name you enter
tools.hello(name)
// Returns Hello name
// name stands for the name you enter
tools.randInt(max)
// Returns a number 1-max
// max stands for the number you put in it.
tools.about()
// Returns a small description
tools.repeat(Obj, Times)
// Returns Obj the amount of Times