The JS Object.entries() method should be used instead of just Object.keys(). This will prevent unnecessary loops in the stats module. also chek when to use Object.values()
The JS Object.entries() method should be used instead of just Object.keys(). This will prevent unnecessary loops in the stats module.
also chek when to use Object.values()