/jsToolkit

Fun tools

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

jsToolkit

The .jsToolkit is a collection of methods and patterns to import and re-use for basic day-to-day needs

Arrays

  • arrayOfRandomNumbers(length:number, power:number)
    • Generates an array of random numbers. Length is the length of the array, Power is the base-10 power of the number range

Datetime

Maths

StringFormatting

To Do:

  • Separate Daily Code Problems into another branch
    • Note that these aren't performance-prioritized
  • Create npm package for toolkit