Skip to content

Commit 143766b

Browse files
homework-3_fixed
1 parent 84f1257 commit 143766b

File tree

1 file changed

+1
-0
lines changed
  • js-core/homeworks/homework-3/src

1 file changed

+1
-0
lines changed

js-core/homeworks/homework-3/src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function toUpperCase(obj) {
3030
return newObj
3131
}
3232
const objectWithName = { name: 'privet kak dela' };
33+
console.log(objectWithName);
3334
console.log(toUpperCase(objectWithName));
3435

3536
/*

0 commit comments

Comments
 (0)