You could simplify it yourself, you know?
getChange = (cost, yourMoney) => ~~((yourMoney - cost) * 100) / 100
Loading collection data...
You could simplify it yourself, you know?