@@ -8,3 +8,7 @@ function sepeteEkle(urun, fiyat) {
function sepetToplami() {
return sepet.reduce(function (t, u) { return t + u.fiyat; }, 0);
}
function sepetIndirimliToplam() {
return indirimliFiyat(sepetToplami());
The note is not visible to the blocked user.