0
What will be the output of this javascript code?
5 Answers
+ 2
No output until you declare the variables.
+ 1
You need to define the variables and then console log the results or insert it into your html. It's really a very incomplete code
0
This is the output:
Uncaught ReferenceEror: a is not defined.
Line: 1
Hope this helps xD
0
You need to assign value and declare the variables. Otherwise, it'll show ERROR!!!
Follow this:
https://code.sololearn.com/WUDTnRsq63Ar/?ref=app