We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658abba commit 3ff4351Copy full SHA for 3ff4351
chapters/strings/interpolation.md
@@ -11,7 +11,8 @@ CoffeeScript Variable.
11
## Solution
12
13
Use CoffeeScript's ruby-like string interpolation instead of
14
-JavaScript's string addition.
+JavaScript's string addition. You must use Double-quoted strings to
15
+allow for interpolation. Single-quoted strings are treated as literals.
16
17
Interpolation:
18
0 commit comments