์ ์ธ
' ๋์ ` ๋ฅผ ์ฌ์ฉํด์ผํ๋ค.
' ์ single quotation ์ด๊ณ
` ๋ Grave ํค๋ณด๋์ ์ซ์1 ์ผ์ชฝ์ ์๋ ๊ธฐํธ์ด๋ค.
username์ value ๊ฐ 'test' ๋ผ๊ณ ๊ฐ์ ํด๋ณด์.
'hello ${username}'
์ ์ถ๋ ฅ์ hello ${username} ๋ก ๋ชจ๋ ๊ฐ์ String ๊ทธ๋๋ก ์ถ๋ ฅํ๋ค.
`hello ${username}`
์ ์ถ๋ ฅ์ hello test ๊ฐ ๋๋ค
๋ฐ์ํ