utilsac icon indicating copy to clipboard operation
utilsac copied to clipboard

Utility functions

Results 7 utilsac issues
Sort by recently updated
recently updated
newest added

eg class or class extends Array

good first issue

help wanted
good first issue
hacktoberfest
meta
documentation

The function seems to be slow especially on large 2 dimensional arrays

enhancement
help wanted
good first issue
hacktoberfest
performance

deepCopy and others are recursive functions, in theory the maximum call stack can be reached if the object is very deep. Add a warning in the comments. Make manual tests...

help wanted
good first issue
tests
documentation

To solve this issue at least those sub-tasks have to be done * Add all missing typecasting in typeCast.js (eg. stringFromArray, mapFromObject, setFromArray, etc) * Design the look of what...

help wanted
good first issue
hacktoberfest