Data Processing
Get a value at a path using lodash _.get
get-pathData Processing
List own and inherited keys using lodash _.keysIn
keys-in-listData Processing
List own enumerable keys using lodash _.keys
keys-listData Processing
Assign own and inherited properties using lodash _.assignIn
assign-in-objectData Processing
Assign source properties to a target object using lodash _.assign
assign-objectData Processing
Count items by a derived key using lodash _.countBy
count-byMath & Numbers
Calculate the break-even point for a product or business based on fixed costs, variable costs, and price
break-even-calculatorMath & Numbers
Calculate sales commission and total earnings based on sales amount and commission rate
commission-calculatorValidation
Validate ISO 4217 currency codes
currency-validatorData Processing
Get the last item from an array using lodash _.last
last-itemData Processing
Convert array of key-value pairs to object using lodash _.fromPairs
from-pairsData Processing
Split array into chunks of specified size using lodash _.chunk
chunk-array