What is called Variable typing in Javascript?

Asked: Apr 14, 2023

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 by brijesh

Answers (0)

No answers yet. Be the first to answer!