var n = 2017; alert( eval(n.toString().split('').join('+')) ); alert( eval(n.toString().replace(/\d/g, '+$&')) );