/katas

Primary LanguageJavaScript

JavaScript Katas 🗡

codewars submissions

1 Format a string of names like 'Bart, Lisa & Maggie'
2 Calculating with Functions
3 Reverse string
4 Reverse string excluding the non-alphabetic characters
5 Longest String in Consecutive k strings from array
6 Sum of Pairs
7 Limit string length - 1
8 Has pair sum
9 No oddities here
10 Replace With Alphabet Position
11 Filter smilies

hackerrank submissions

1 Simple array sum
2 Comparision two triplets
3 Large array sum
4 Sum NxN Matrix Diagonals
5 Array fractions of Positives, Negatives and Zeroes
6 Staircase
7 Get array numbers Min and Max
8 Time Conversion
9 Round grades
10 Apple and Oranges
11 Get number factors
12 Parse camelCase strings

leetCode

1 Find minimum distance in word array
2 Filter out duplicates from array
3 Nested list of int array

facebook js excersices

1 flatten array

Random

1 find repeated odd times
2 removes duplicate integers and preserves order

Lodash-replicate

1 Array chunk
2 Array compact
3 Array concat
4 Array difference

code fights

1 Largest adjacent product

helpers

repeat string (n) times

codewars, hackerrank problems.