Skip to content

Commit 918747c

Browse files
committed
highlight
1 parent 8a1c764 commit 918747c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • 1-js/8-oop/2-internal-external-interface/1-add-method-property-coffeemachine

1-js/8-oop/2-internal-external-interface/1-add-method-property-coffeemachine/solution.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ function CoffeeMachine(power) {
2020
}
2121

2222
this.run = function() {
23+
*!*
2324
timerId = setTimeout(onReady, getBoilTime());
25+
*/!*
2426
};
2527

2628
*!*

0 commit comments

Comments
 (0)