Skip to content

Commit 8de9154

Browse files
committed
Исправлена опечатка
В коде используется другое имя переменной
1 parent f11b06f commit 8de9154

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/6-objects-more/1-object-methods/3-why-this

1-js/6-objects-more/1-object-methods/3-why-this/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//+ run no-beautify
99
"use strict"
1010

11-
var obj, f;
11+
var obj, method;
1212

1313
obj = {
1414
go: function() { alert(this); }

0 commit comments

Comments
 (0)