0

var a = 1;
var b = 2;
var c = (+a) + (+b);
console.log(c);

Jagdish Sarma Asked question September 24, 2021
Add a Comment