NRF
{BI} blog

{BI} blog

Follow
Follow
homeJavaScript You Must Know (P1)
Tag

string

#string

More content

Read more stories on Hashnode


Articles with this tag

Template Literals

Sep 29, 20219 min read

JavaScript 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:...

Template Literals