Releases: functionality-library/functionality.js
Releases · functionality-library/functionality.js
v3.2.4
v3.2.3
v3.2.2
v3.2.1-beta2
Fixing Bugs in npm 🐞
- Making some small changes in npm
v3.2.0-beta1
Making npm version 🎊
-
installation
npm i functionality.js
v3.1.2
v3.1.1
v3.1.0
New Functions Added
- randomColor
- returns a random color e.g "red", "green", "blue", "violet"
- randomHsl
- return a random HSL color e.g "hsl(180, 50%, 50%)"
- randomString
- return a random string depending on the length parameter e.g "hwiok"
- isHappyNumber
- returns true if number converges to a sum of 1 after getting replaced by the sum of the square of its digits (leetcode challenge)
v3.0.0
v3.0.0-beta1
Handling Functions Errors ❌
- All functions are handled now ✋
- Now you can use any function without worrying about
the Result or Errors 👍