JavaScript setInterval and `this` solution February 9, 2023 by Tarik this.intervalID = setInterval(this.retrieve_rate.bind(this), this.INTERVAL);