Day 4: Template Strings
-
-
rajatsharma9895 9 years ago var my_template_string =
My name is ${my_name}. My id is ${my_id}. My address is ${my_address}.
; what is wrong with this?-
gabrielhidasy 9 years ago You are missing a few newlines (\n) after the first two dots
-
-
hint: use backticks
Add Reply Preview cancel