as mentioned in the title I need a specific javascript function to be called in html, the function changes constantly upon pressing start and it looks the following:
<dt style="width: 120px">Start 1:</dt> <dd style="margin-left: 150px">{{ start.number1 }}</dd>
{{ start.number1 }} is the function I need to be displayed in html, could you help me with that please? Thanks in advance.