If I call a function inside a template string like this: ``` div #{someNumber.toFixed(2)} ``` I get a `jsParensError` on the `}`.
If I call a function inside a template string like this:
I get a
jsParensErroron the}.