Skip to content

Commit fc87711

Browse files
committed
feat: add consol.log
1 parent 01ab74a commit fc87711

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

01_basics/10-objects.js

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ const bankAccount = {
3030
};
3131

3232
console.log(bankAccount);
33+
console.log(bankAccount.lastName);
34+
console.log(bankAccount.accountBalance);
3335

3436
bankAccount.country = 'Poland';
3537
console.log(bankAccount);

0 commit comments

Comments
 (0)