We're a place where coders share, stay up-to-date and grow their careers.
function p(a) {while (a.length>1&&(v=a.shift()==a.pop())); return v;}
Discussion on: Code Golf Challenge: Palindrome Detector