𝗝𝗮𝘃𝗮𝗦𝗰𝗿𝗶𝗽𝘁 𝗦𝘁𝗿𝗶𝗻𝗴𝘀 𝗟𝗲𝘀𝘀𝗼𝗻𝘀
Day 12 of my MERN stack journey.
I finished Lecture 3 of the Apna College JavaScript playlist.
I learned about strings.
Strings are more than plain text in quotes.
You use built-in methods to make text manipulation easy.
Template literals use backticks.
They let you put variables inside text using ${variable}.
This makes your code clean.
Source: https://dev.to/ali_hamza_589ec7b3eb6688d/javascript-apnacollege-webdev-beginners-366f