Open In App

Aptitude | JavaScript Course Quiz 3 | Question 7

Like Article
Like
Save
Share
Report

What will be the output of the following code?




<script>
  document.write(String('Hello') == 'Hello');
</script>


(A) true
(B) false
(C) 1
(D) 0


Answer: (A)

Explanation: They are equal because both of them are strings.

Quiz of this Question


Last Updated : 10 May, 2019
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads