Q. Which is the correct JavaScript statement to define string as object?
β
Correct Answer: (A)
var s = new String("IncludeHelp!");
You must be Logged in to update hint/solution