Skip to content

Commit 47ffbe4

Browse files
committed
wprk in progress
2 parents a598251 + fb5801b commit 47ffbe4

3 files changed

Lines changed: 7 additions & 62 deletions

File tree

TeamYeah

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit fb5801b3b8992a72fc8a9aedef1f27531d08cfa3

class_2.js

Lines changed: 0 additions & 62 deletions
This file was deleted.

class_3.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ var playerTwo = {
1515
getHand: getHand
1616
};
1717

18+
<<<<<<< HEAD
1819
var playerOneScore = 0
1920
var playerTwoScore = 0
2021

@@ -60,4 +61,9 @@ playGame(playerOne, playerTwo, 5)
6061
};
6162

6263

64+
};
65+
=======
66+
function playRound() {
67+
console.log(playerOne.name, playerTwo)
68+
6369
};

0 commit comments

Comments
 (0)