What is called Variable typing in Javascript?

0

Variable typing is used to assign a number to a variable and the same variable can be assigned to a string.
i = 10;i = "string";
This is called variable typing.

asked Apr 14, 2023 at 19:20
Sign in to add a comment

0 Answers

0
📝 No answers yet!

Be the first to answer this interview question.

Your Answer

Sign in to post your answer and help the community.