Then, use the .addEventListener("input",helper) method on all text inputs and textareas (oninput (https://www.w3schools.com/jsref/event_oninput.asp) event). This way, the event only triggers your calculation (after the timeout), instead of blocking the UI for the duration of the ...
w3 schools Used to reference Python Structure and play around with code ideas prior to including them in my project. Code Institute Project created in line with course content and within project 3 scope. Stack Overflow Used to review my own code to ensure simplicity where possible, and to navi...