filmov
tv
Codewars javascript - Find the missing letter

Показать описание
Steps I took to complete this Javascript challenge:
1) Create an array of all the letters in the english alphabet
2) Determine whether the string is lower or upper case and change the alphabet array accordingly.
3) Find the index of the first letter of the input array in the alphabet.
4) Cut out a piece of the array starting from the index of the first item from the input array and ending on the last character of the input array.
5) Determine which letter is missing by comparing the two arrays together.
To complete this challenge I used:
Codewars - Javascript - Find the position!
Codewars 6 kyu Find the Missing Letter Javascript
Codewars 8 kyu Find the Position! JavaScript
Codewars - Javascript - Find Maximum and Minimum Values of a List
Codewars - Javascript - Find the smallest integer in the array
Codewars - Javascript - Find the first non-consecutive number
Codewars 7 kyu Find the Maximal Product Javascript
Codewars - Javascript - Find the Remainder
Codewars 7 kyu Find the Middle Element Javascript
Codewars - Javascript - Find Nearest square number
Codewars - Javascript - Find Multiples of a Number
Codewars javascript - Find the missing letter
Find the odd int | JavaScript - Codewars
Codewars 8 kyu Find the Slope Javascript
Codewars Javascript - Find all divisors
Codewars 7 kyu Find the Next Perfect Square! Javascript
Codewars 7 kyu Find the Square Root Javascript
CodeWars || Find the missing letter || JavaScript || Code Challenge
Codewars 8 kyu Find the Integral JavaScript
How to find the outlier in an array javascript code wars
Find Maximum and Minimum Values of a List | Codewars JavaScript Tutorial
Codewars 7 kyu Find the Anonymous Function JavaScript
Codewars 8 kyu Find the Remainder JavaScript
Codewars JavaScript Challenge: Find The Missing Letter
Комментарии