Skip to content

Commit 6bd77dd

Browse files
homework: Добавила отступ в конце файла
1 parent 3c4d2ff commit 6bd77dd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ let user = {
1919

2020
console.log(user);
2121
console.log(user.name / user.homePhone);
22-
console.log(user.address.house / 0);
22+
console.log(user.address.house / 0);

0 commit comments

Comments
 (0)