Change your for loop to a foreach loop
Object.keys(this.data).forEach(key => { return this.data[key]; // or whatever });