#string
Read more stories on Hashnode
Articles with this tag
Template literals is a feature in ECMAScript which uses backticks ` as its syntax. Good thing is it makes creating complex strings easier and you do...
What are strings? Strings are basic data types in JavaScript. They do sequence one or more characters whether letters, numbers or symbols. Strings are...