1.0.9 • Published 4 years ago

npm_useful_js v1.0.9

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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()
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago