NRFfor{BI} blognrf.hashnode.netยทSep 29, 2021Template LiteralsJavaScript used to have two ways of writing a string: using single quotes or using double quotes. With template literals, we now have a third way: using backticks. Looks something like this: let myBelovedString = `A dance under the moonlight.`; Once...152 readsJavaScript You Must Know (P1) - Essential SyntaxJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.