What is the output of the below code snippet <script type="text/javascript"> amt=55+"55"; document.write(amt); </script>
Answer options
A
5555
B
JavaScript
C
<div>
D
<span>
Correct answer: 5555
Explanation
Quick AnswerThe correct answer is 5555 because it directly addresses the core logic of Essentials.
The correct answer is: 5555.