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)
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) Correct Answer Both false.toString() and String(false)
A non-string can be converted in two ways without using a new operator. false.toString() and String(false).
মোঃ আরিফুল ইসলাম
Feb 20, 2025