This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function palindrome(str) { | |
// Good luck! | |
//Empty array | |
var array1 = []; | |
// alert("array1 is an " + typeof(array1)); | |
//Empty array |