Skip to content

Commit 0c0ac9f

Browse files
committed
Update task.md
1 parent 00bce00 commit 0c0ac9f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • 1-js/6-objects-more/1-object-methods/4-object-property-this

1-js/6-objects-more/1-object-methods/4-object-property-this/task.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ importance: 5
77
Что выведет `alert` в этом коде? Почему?
88

99
```js
10-
var firstName = "";
11-
1210
var user = {
1311
firstName: "Василий",
1412

0 commit comments

Comments
 (0)