From cf9ae7e1f52165935ef9b667a2d6bbb1d9215365 Mon Sep 17 00:00:00 2001 From: Laura Abela Date: Fri, 21 Sep 2018 13:04:05 +1000 Subject: [PATCH] checkpoint --- Buffy/scoobies/angel.txt | 0 Buffy/scoobies/buffy.txt | 0 Buffy/scoobies/giles.txt | 0 README.md | 4 ++-- index.html | 12 ++++++++++++ js.js | 8 ++++++++ 6 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 Buffy/scoobies/angel.txt create mode 100644 Buffy/scoobies/buffy.txt create mode 100644 Buffy/scoobies/giles.txt create mode 100644 index.html create mode 100644 js.js diff --git a/Buffy/scoobies/angel.txt b/Buffy/scoobies/angel.txt new file mode 100644 index 0000000..e69de29 diff --git a/Buffy/scoobies/buffy.txt b/Buffy/scoobies/buffy.txt new file mode 100644 index 0000000..e69de29 diff --git a/Buffy/scoobies/giles.txt b/Buffy/scoobies/giles.txt new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index c8d2d5c..695cfc4 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ var lifeRafts = 2; 3. Add a `dream` property to the `brain` object that holds the string 'electric sheep'

-4. Add a `dayDream` property to the `brain` object that holds the object `{ lunch: ['burger', 'beer'] }` +4. Add a `dayDream` property to the `brain` object that holds the object `{ lunch: ['burger', 'beer'] }`

5. Add another element `pudding` to the lunch array inside the `brain` object @@ -75,4 +75,4 @@ var lifeRafts = 2;

2. Invoke the function with `3` and `4` as arguments and save it to a variable named `result` -

\ No newline at end of file +

diff --git a/index.html b/index.html new file mode 100644 index 0000000..47534e4 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/js.js b/js.js new file mode 100644 index 0000000..f85bee9 --- /dev/null +++ b/js.js @@ -0,0 +1,8 @@ +var captain = "Jack"; +var phrase = "Oh Jack, my Jack!"; +var connect = phrase.concatenation(captain, phrase); + +//if captain + +//var souls = 3; +//var lifeRafts = 2;