-
function solution(s){ var answer = true; var stack = []; if(s.length%2===1) return false; for(var i =0;i