What Will Be The Output Of The Following Javascript Codep Pre #26
What will be the output of the following JavaScript code? <pre><code class="language-javascript"> function compare() { let a=2.0; let b=2; if(a==b) return true; else return false; }</code></pre>
This multiple choice question (MCQ) is related to the book/course gs gs106 Javascript. It can also be found in gs gs106 Lexical Structures - JavaScript Types, Values and Variables - Quiz No.2.
What will be the output of the following JavaScript code?
function compare() { let a=2.0; let b=2; if(a==b) return true; else return false; }
true
false
runtime error
compilation error
Similar question(s) are as followings:
Online Quizzes of gs106 Javascript
Graphics and Rendering in JavaScript - Scripted Media - Quiz No.1
gs gs106 Javascript
Online Quizzes