JS Challenge: 3
String:
String is one of the primitive datatype of JavaScript. String is nothing but a group of characters represented within quotes.
const firstName = "Arun"
const lastName = "Arivanandam"
String Concatenation:
Joining one string with another string...
arunarivanandam.hashnode.dev1 min read