Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
what is wrong with the following code?
what is wrong with the following code? var Counting = 56 counting = Counting + 1
document.write(I can count to + counting)
a. there is a case sensitive error
b. The quotes are missing on line 3.
c. The keyword var is missing on line 2
d. counting is equal to two values.