Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
What is variable typing in javascript?
4
like
0
dislike
Hello
What is variable typing in javascript?
Please give me your feedback........
asked
1 year
ago
by
rad_joshep
(
19,390
points)
variable
typing
javascript
1 Answer
2
like
0
dislike
Best answer
It is perfectly legal to assign a number to a variable and then assign a string to the same variable as follows
example
i = 10;
i = "string";
This is called variable typing
answered
1 year
ago
by
daneim
(
127,080
points)
Related questions
7
like
0
dislike
1
answer
What is use of a cursor variable? How it is defined?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
cursor
oracle
variable
5
like
0
dislike
1
answer
What should be the return type for a cursor variable?
asked
1 year
ago
by
marck_don
(
191,010
points)
variable
type
cursor
scalar
4
like
0
dislike
1
answer
What does undefined value mean in javascript?
asked
1 year
ago
by
rad_joshep
(
19,390
points)
undefined
value
javascript
4
like
0
dislike
1
answer
What are the ways to emit client-side JavaScript from server-side code in ASP.NET?
asked
1 year
ago
by
rad_joshep
(
19,390
points)
client-side
javascript
aspdotnet
server-side
code
information
4
like
0
dislike
1
answer
How to find the selected radio button immediately using the 'this' variable?
asked
1 year
ago
by
daneim
(
127,080
points)
selected
radio-button
immediately
variable