Hello,
I was wondering what the plus sign does in the following line of code: ""+Math.round(+s);
What does it do to +s ?
What does it do to +Math.round ?
Thanks
Linda
Hello,
I was wondering what the plus sign does in the following line of code: ""+Math.round(+s);
What does it do to +s ?
What does it do to +Math.round ?
Thanks
Linda