npm_useful_js

1.0.9 • Public • Published

install

$ npm i --save npm_useful_js

Join us - make world better!


in nodeJS!

    const {
        isSeven,
        print,
        printTwo,
        isPositive,
        isNegative,
        return200,
        returnSuccess,
        _5k,
        print99Snowflake,
        print99SnowflakeHorizontal,
        yourLocalHostAddress,
        meaningOfRecursion
    } = require("npm_useful_js");
    
    #  be positive :D 
    return200(400) // 200
    returnSuccess(404) // 200
 
    print(isSeven(10)) // false
    print(isSeven(7)) // true
 
    printTwo() // print 2 in console
 
    isPositive(5) // true
    isNegative(-5) // true
    
    _5k("nozza") // false
    _5k("mate") // true
 
    print99Snowflake() // vertical printing
    print99SnowflakeHorizontal() // Horizontal printing
    
    # your localhost address :D  
    yourLocalHostAddress()
 
    # meaning of recursion [ returns link ] 
    meaningOfRecursion()
 

Package Sidebar

Install

npm i npm_useful_js

Weekly Downloads

0

Version

1.0.9

License

ISC

Unpacked Size

2.52 kB

Total Files

3

Last publish

Collaborators

  • nozza