Skip to content

Commit 36cf0f7

Browse files
authored
minor (#1446)
minor
2 parents 7460eeb + c6568ab commit 36cf0f7

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/06-function-object

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/06-function-object/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ alert(user.sayBye.name); // sayBye
6767

6868
There's no magic though. There are cases when there's no way to figure out the right name. In that case, the name property is empty, like here:
6969

70-
```js
70+
```js run
7171
// function created inside array
7272
let arr = [function() {}];
7373

0 commit comments

Comments
 (0)