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;