Clock down online

URL of experiment:

Description of the problem:
i have a text component which can count down
The code is: $round(8 - t, ndigits = 1)

it works fine in the builder offline.
but it doesn’t work online, it shows: * ReferenceError: ndigits is not defined

does anyone know how to solve it?

Hello,

did you define ndigits before using it?

Best wishes Jens