Anon3363
@Anon3363

Почему возвращается undefined?

totalPrice:function(){
            let total = 0
            let count = 0
            for(let i = 0 ;i < this.cart.length;i++){
                total += this.cart[i].price
                count += this.cart[i].count
                return {total,count}
            }
        }
  • Вопрос задан
  • 170 просмотров
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Похожие вопросы