Login
Remember
Register
Ask a Question
Is the following a valid variable assignment var product cost = 3.45;
+1
vote
asked
Feb 6, 2020
in
JavaScript
by
rajeshsharma
Is the following a valid variable assignment var product cost = 3.45;
No. There should be no space in the variable name
No. Floating numbers are not allowed
Yes. It is valid
#java-code
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 7, 2020
by
SakshiSharma
No. There should be no space in the variable name
...