-
Function that only replaces character from string after specified appearances in JavaScript
-
Function to find the length of the second smallest word in a string in JavaScript
-
Finding the continuity of two arrays in JavaScript
-
Return a map representing the frequency of each data type in an array in JavaScript
-
Pairing an array from extreme ends in JavaScript
-
Generating random string of specified length in JavaScript
-
Finding nearest prime to a specified number in JavaScript
-
Interchanging a string to a binary string in JavaScript
-
Picking the odd one out in JavaScript
-
Performing the subtraction operation without the subtraction operator in JavaScript
-
Detecting the first non-repeating string in Array in JavaScript
-
Absolute difference of corresponding digits in JavaScript
-
Function that finds the simplest form of summed fractions in JavaScript
-
Finding smallest number that satisfies some conditions in JavaScript
-
Finding the inclination of arrays in JavaScript
-
Finding special kind of sentences (smooth) in JavaScript
-
Check if the elements of the array can be rearranged to form a sequence of numbers or not in JavaScript
-
How many times can we sum number digits in JavaScript
-
Finding the validity of a hex code in JavaScript
-
Return a subarray that contains all the element from the original array that are larger than all the elements on their right in JavaScript