Assume That We Have To Convert False That Is A Nonstring To #25
Assume that we have to convert “false” that is a non-string to string. The command that we use is (without invoking the “new” operator).
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.1.
Assume that we have to convert “false” that is a non-string to string. The command that we use is (without invoking the “new” operator).
false.toString()
String(false)
String newvariable=”false”
Both false.toString() and String(false)
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