Strings and Template literals
Strings are an essential part of programming, so let's now learn about an easy way to build strings using something called Template Literals. Let's start this by creating a new variable with some random person data; in this case, I will use my details. const firstName = 'Akhil'; const secondName = 'Naidu';