Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added Buffy/scoobies/angel.txt
Empty file.
Empty file added Buffy/scoobies/buffy.txt
Empty file.
Empty file added Buffy/scoobies/giles.txt
Empty file.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var lifeRafts = 2;
3. Add a `dream` property to the `brain` object that holds the string 'electric sheep'
<br><br>

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'] }`
<br><br>

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

2. Invoke the function with `3` and `4` as arguments and save it to a variable named `result`
<br><br>
<br><br>
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script> src= "js.js" charset="utf-8"></script>


</body>
</html>
8 changes: 8 additions & 0 deletions js.js
Original file line number Diff line number Diff line change
@@ -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;