Media Summary: this one uses the toLowerCase() method, a for loop, and more kata link: ... updated version: racecar bob racecar kata link: ... Write a function that checks if a given string (case insensitive) is a
Codewars 8 Kyu Is It A Palindrome Javascript - Detailed Analysis & Overview
this one uses the toLowerCase() method, a for loop, and more kata link: ... updated version: racecar bob racecar kata link: ... Write a function that checks if a given string (case insensitive) is a using the split(), reverse(), and join() methods with the String() constructor. Neste vídeo farei a resolução do exercício Is it a Is it a Palindrome? javascript,codewars 8yu question
Welcome. If you are just learning how to code you are in the right place. I walk you through popular programming problems using ... Join me for my first attempt at making a programming video, I'll be solving the following challenge on very slick example of split(), map(), join() methods and more. we use .test() and regex in this one kata link: This is a simple solution and explanation of the 8kyu problem. this one uses spread syntax (...), the sort() method, and more kata link: ...
here's a special way using the endsWith() method. some Number() construction with a lot of test() kata link: this one uses the repeat() method kata link: this one has the Array() constructor as well as .fill() and .map()