NRFnrf.hashnode.devยท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...79 readsJavaScript You Must Know (P1) - Essential SyntaxJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.