From 7fbba03593e62756ea0bfe0de77196ef4648d5cb Mon Sep 17 00:00:00 2001 From: username Date: Mon, 4 Dec 2017 17:04:16 +0100 Subject: [PATCH] good job --- Week4/Script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week4/Script.js b/Week4/Script.js index 7df88b0..c5b6349 100644 --- a/Week4/Script.js +++ b/Week4/Script.js @@ -75,7 +75,6 @@ let lessThenTwoHours = tasks.filter(compare => { }) console.log("-3", lessThenTwoHours) - //-4 let billOfMaartje = 0 let MaartjeTakePerHour = 18 @@ -83,6 +82,7 @@ tasks.map(bill => { billOfMaartje += MaartjeTakePerHour * bill.duration }) console.log("-4", billOfMaartje, "€") +// good job