Here's a pastebin of my file: https://pastebin.com/Gi9HBBW4
The property lastTime is defined as 0. But when I create this object, I get this error:
TypeError: Cannot read properties of undefined (reading 'lastTime')
This error happens at line 37: const elapsedTimeMs = time - this.lastTime;
Nothing else in the code turns that property undefined, so why is it?