MCQs > IT & Programming > JavaScript > What's the output? ? var foo = 123e5; var bar = 10; var foobar = foo + bar; console.log(foobar)

JavaScript MCQs

What is the output of the following code? var foo = 123e5; var bar = 10; var foobar = foo + bar; console.log(foobar)

Answer

Correct Answer: 12300010

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it