Which of the following is the best example of automatic type conversion in JavaScript?
A. "5" + cats = 5 cats
B. "5" + "cats" = "5 cats"
C. 5 + "cats" = "5 cats"
D. "5" + cats = "5 cats"
Answers
Answered by
3
I think Option A is correct
Answered by
3
I think B
but I am not sure
Similar questions