Consider the following statement written in JavaScript str Hello-02416
Consider the following statement written in JavaScript:<br>str = "Hello" + " World"<br>What will be the value of str ?
This multiple choice question (MCQ) is related to the book/course vu cs101 Introduction to Computing. It can also be found in vu cs101 Mid Term - Quiz No.32.
Consider the following statement written in JavaScript:
str = "Hello" + " World"
What will be the value of str ?
str = "Hello" + " World"
What will be the value of str ?
HelloWorld
It will result in error
Hello World
Hello + World