+1 vote
in JavaScript by
What is the value of C? var a = 100; var b = "10"; var c = a + b;

10010

110

None

10100

1 Answer

0 votes
by
10010
...