A video going through steps on working to a solution for the Check Palindrome challenge using Javascript
00:00 Intro
00:16 Split the string
00:50 Reverse the array
01:40 Join the array
02:15 Compare both strings
02:30 First Solution
02:40 Refactoring
03:34 Final Solution 1 liner