behoben müßiges Charakter
This commit is contained in:
parent
fd05f8cc59
commit
a08d1c4744
@ -53,7 +53,7 @@ checkExpenses();
|
||||
const logBigExpenses = function (bigLimit) {
|
||||
let output = "";
|
||||
for (const entry of budget)
|
||||
output += entry.value <= -bigLimit ? $entry.description.slice(-2) : "";
|
||||
output += entry.value <= -bigLimit ? entry.description.slice(-2) : "";
|
||||
output = output.slice(0, -2);
|
||||
console.log(output);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user