Aptitude | JavaScript Course Quiz 3 | Question 7

Last Updated :
Discuss
Comments
What will be the output of the following code? JavaScript
<script>
  document.write(String('Hello') == 'Hello');
</script>
true
false
1
0
Share your thoughts in the comments