Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Alucard 870

    @Alucard2169

    Submitted

    First time doing this kind of project, I know the functionality is terrible and really build on best practice, but i am still learning JS and will come back to it to make it better.

    If you guys have any feedback, criticism than please feel free to reply, i will appreciate that.

    Thank you.

    Donald 280

    @millidavitti

    Posted

    Went through your code an saw this little change you could make. The code below can be written on one line, billValue.value = null; headCount.value = null; tipButtons.value = null; customTip.value = null;

    The one linner code would be: billValue.value=headCount.value= tipButtons.value= customTip.value = null;

    Marked as helpful

    1