0 votes
121 views
in Javascript by (98.9k points)
edited

What is called Variable typing in Javascript?

1 Answer

0 votes
by (98.9k points)
selected by
 
Best answer

Variable typing is used to assign a number to a variable. The same variable can be assigned to a string.

Example:

i = 10;
i = "string;"

This is called variable typing.

Related questions

0 votes
1 answer 131 views
asked Apr 3, 2022 in Javascript by Doubtly (98.9k points)
0 votes
1 answer 151 views
asked Apr 3, 2022 in Javascript by Doubtly (98.9k points)
0 votes
0 answers 64 views
asked Apr 3, 2022 in Javascript by Doubtly (98.9k points)
0 votes
1 answer 122 views
0 votes
1 answer 219 views

Doubtly is an online community for engineering students, offering:

  • Free viva questions PDFs
  • Previous year question papers (PYQs)
  • Academic doubt solutions
  • Expert-guided solutions

Get the pro version for free by logging in!

5.7k questions

5.1k answers

108 comments

535 users

...