+1 vote
in JavaScript by
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

1 Answer

0 votes
by

No. There should be no space in the variable name 

...