var therdEx = solution("712569312664357328695151392" , "8100824045303269669937"); function solution(firstarg, secondarg){ res = Number(firstarg)+Number(secondarg); r= res.toString(); return r } console.log(therdEx);