Consider the following statement written in JavaScript: str = ”Hello” + ” World” What will be the value of str ? Get link Facebook X Pinterest Email Other Apps January 20, 2024 Consider the following statement written in JavaScript: str = ”Hello” + ” World” What will be the value of str ? HelloWorld Hello World Hello + World It will result in error