From 98fffefa74e57d8a317658938c5976b922ae4005 Mon Sep 17 00:00:00 2001 From: Charlottebtmn Date: Tue, 31 Oct 2017 10:50:45 +0100 Subject: [PATCH] PAR Charlotte Exercice JS 28 octobre --- starter-code/index.html | 3 +- starter-code/lib/Harrypotterexercise.js | 23 ++++++++++++ starter-code/lib/Iteration3.js | 49 +++++++++++++++++++++++++ starter-code/lib/abbeyRoadExercise.js | 11 ++++++ 4 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 starter-code/lib/Harrypotterexercise.js create mode 100644 starter-code/lib/Iteration3.js create mode 100644 starter-code/lib/abbeyRoadExercise.js diff --git a/starter-code/index.html b/starter-code/index.html index 72d9190..7f4a6cb 100644 --- a/starter-code/index.html +++ b/starter-code/index.html @@ -4,7 +4,8 @@ Advanced Collection Methods - + + diff --git a/starter-code/lib/Harrypotterexercise.js b/starter-code/lib/Harrypotterexercise.js new file mode 100644 index 0000000..f0957a0 --- /dev/null +++ b/starter-code/lib/Harrypotterexercise.js @@ -0,0 +1,23 @@ +function birthdaysArranged (array) { + var newArray = []; + for (var i=0; i