Trigger opening of door if card is valid

This commit is contained in:
Dana Woodman
2018-07-10 16:28:36 -07:00
parent 710f7953b6
commit 3205070d2b
2 changed files with 12 additions and 13 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
module.exports = class Door {
static open() {
console.log('OPEN')
console.log('OPEN DOOR!!!!!!!!!!!!!!')
}
static close() {
console.log('CLOSE')
}
// static close() {
// console.log('CLOSE DOOR!!!!!!!!!!!!')
// }
}