Connect Javascript strings (1)
In the code below we use the
+ operator to join textOne and textTwo. Currently, the result is HelloWorld. Change the code so that the value of res is Hello World.Premium
JavaScript
Console