alert(prompt('Введите два числа через ","').split(',').reduce(function(t,c){ return (+c||0)+t; },0));