Between first and second example, we're missing a simpler step where we just show something like ```js var name = 'Josh Perez'; var hello = <h1>Hello, {name}</h1> ``` Otherwise the gap between the first and the second example is too large, and people fall off.