+ 2
var c = 3,d = 4;
var a = d; // a = 4 now
var b = c;
++d; // d = 5 now
console.log(a*d+c); // 4*5+3 = 23
28th Aug 2021, 10:42 AM
Avinesh

Often have questions like this?
Learn more efficiently, for free:
Hot today
Can you please help me?
1 Votes
This code shows no output
1 Votes
Image tag related problems
1 Votes
Loan Calculator
0 Votes