sting in js code example
Example 1: js string
`hello world`
`hello!
world!`
`hello ${who}`
escape `<a>${who}</a>`
Example 2: JavaScript Strings
var x = "SAMER";
`hello world`
`hello!
world!`
`hello ${who}`
escape `<a>${who}</a>`
var x = "SAMER";