Give JavaScript statements to perform the following tasks.
1. Concatenating two strings: "Click" and "Start".
Answers
Answered by
5
Answer:
console.log("Click"+"Start");
Read my bio once
Similar questions