What are names acceptable by javascript variables | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What are names acceptable by javascript variables

18th Apr 2020, 8:32 PM
Jumba Bruno
Jumba Bruno - avatar
2 Answers
+ 2
Plz use Google first... The basic information that you can find out on Google is not something u should ask here.. https://www.sololearn.com/discuss/1316935/?ref=app
18th Apr 2020, 8:53 PM
Arushi Singhania
Arushi Singhania - avatar
+ 1
var jumba = 10; console.log(jumba); output : 10 variable name can be anything but it need to follow some naming conventions which you can easily find on the net.
18th Apr 2020, 8:55 PM
Rohit