+ 2
Below code output is 75 how it is ask in JS challenge.
Var a =1 Var b =2 Var d =8 Var c=d+(a=b+1)-d; Alert (c);
1 Odpowiedź
+ 1
Ans is 3 ;
8+(a=2+1)-8
a=3
Edit:
Make a screen shot and post.
If there is something wrong, you can report to Sololearn along with this thread after getting clarity.....