-
Constructing full name from first name, last name and optional middle name in JavaScript
-
Finding the height based on width and screen size ratio (width:height) in JavaScript
-
Mean of an array rounded down to nearest integer in JavaScript
-
Mapping array of numbers to an object with corresponding char codes in JavaScript
-
Sorting numbers in ascending order and strings in alphabetical order in an array in JavaScript
-
Finding the k-prime numbers with a specific distance in a range in JavaScript
-
Converting decimal to binary or hex based on a condition in JavaScript
-
Converting an unsigned 32 bit decimal to corresponding ipv4 address in JavaScript
-
Counting the number of IP addresses present between two IP addresses in JavaScript
-
Generating the sequence of first n look and say numbers in JavaScript
-
Rectifying the time string in JavaScript
-
Writing a custom URL shortener function in JavaScript
-
Splitting number to contain continuous odd or even number using JavaScript
-
Constructing a sentence based on array of words and punctuations using JavaScript
-
Finding the largest 5 digit number within the input number using JavaScript
-
Returning array values that are not odd in JavaScript
-
Constructing a string of alternating 1s and 0s of desired length using JavaScript
-
JavaScript function that lives on the prototype object of the Array class
-
Removing least number of elements to convert array into increasing sequence using JavaScript
-
Finding the immediate next character to a letter in string using JavaScript