Skip to content

Commit 299a428

Browse files
committed
Reorder examples
1 parent 08a95c9 commit 299a428

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ bank.operation(account1, 1000);
4040
bank.operation(account1, -50);
4141
const account2 = new BankAccount('Antoninus Pius');
4242
bank.operation(account2, 500);
43+
bank.operation(account2, -100);
4344
bank.operation(account2, 150);
4445
bank.showOperations();

0 commit comments

Comments
 (0)