Asked by Hailee
What is the output of this program?
var a = 5;
var b = 8;
console.log(a + b);
(1 point)
Responses
a + b
a + b
5 + 8
5 + 8
13
13
‘a + b’
var a = 5;
var b = 8;
console.log(a + b);
(1 point)
Responses
a + b
a + b
5 + 8
5 + 8
13
13
‘a + b’
Answers
There are no human answers yet.
Answered by
GPT 3.5
13
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.