Javascript – Expressions in my template literal don't get updated
I define the variable description as a template literal with an expression in it. When I then use description later in runScenario, the expression returns what money started as, not what it currently is. var money = 100; var description…