User flow

User flow: A diagram that illustrates a user’s steps to complete a task. User flows are used to help teams understand the user experience and to identify potential problems.

if (addPointButton) { addPointButton.addEventListener('click', addDrmDataPoint); } if (calculateButton) { calculateButton.addEventListener('click', calculateDiminishingReturns); }