Computer Science, asked by jeanno34x, 1 year ago

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 sakshamrai8
3
I think Option A is correct
Answered by brainly593053
3

I think B

but I am not sure

Similar questions