Data Processing
Create an object from keys and values using lodash _.zipObject
zip-objectMath & Numbers
Calculate discounted prices, savings, and final price after applying percentage or fixed amount discounts
discount-calculatorValidation
Validate US Employer Identification Numbers
ein-validatorValidation
Validate International Bank Account Numbers (IBAN)
iban-validatorData Processing
Find common values across multiple arrays using lodash _.intersection
intersection-arraysData Processing
Join array items into a single string with a custom separator
join-arrayMath & Numbers
Calculate profit margin, markup, and selling price based on cost and desired margin percentage
margin-calculatorMath & Numbers
Calculate markup, selling price, and profit based on cost and markup percentage
markup-calculatorData Processing
Get the item at a specific index using lodash _.nth
nth-itemData Processing
Remove items that match a predicate using lodash _.remove
remove-by-predicateData Processing
Reverse an array using lodash _.reverse
reverse-arrayValidation
Validate SWIFT/BIC bank identification codes
swift-code-validator