Skip to content

Commit 4cae408

Browse files
committed
Merge pull request iliakan#97 from mkholodnyak/kholodnyak
Исправлена опечатка
2 parents 648e4a5 + 8de9154 commit 4cae408

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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)