Why \'ab\' greater than \'aa\' while \'a\' is smaller than \'b\' in JavaScript?
\'ab\'>\'aa\' //true
AND
\'a\'>\'b\' //f