Computer Science, asked by poddarmayurpat, 8 months ago

Give JavaScript statements to perform the following tasks.
1. Concatenating two strings: "Click" and "Start".​

Answers

Answered by Imblank
5

Answer:

console.log("Click"+"Start");

Read my bio once

Similar questions