79395170

Date: 2025-01-28 21:01:19
Score: 2.5
Natty:
Report link

const handleScroll = (e) => { const reachedBottom = Math.ceil(e.target.scrollTop + e.target.clientHeight) >= e.target.scrollHeight; if (reachedBottom) { // do something } };

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: PBA