Examveda
Examveda

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)

A. false.toString()

B. String(false)

C. String newvariable=”false”

D. Both false.toString() and String(false)

Answer: Option D

Solution(By Examveda Team)

A non-string can be converted in two ways without using a new operator. false.toString() and String(false).

This Question Belongs to Javascript >> Basic And Variables

Join The Discussion

Related Questions on Basic and Variables