**Description:** Normal String Formatting: ``` var str1 = "Hello"; var str2 = "{str1} World"; ```
Description:
Normal String Formatting: