We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7460eeb + c6568ab commit 36cf0f7Copy full SHA for 36cf0f7
1-js/06-advanced-functions/06-function-object/article.md
@@ -67,7 +67,7 @@ alert(user.sayBye.name); // sayBye
67
68
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:
69
70
-```js
+```js run
71
// function created inside array
72
let arr = [function() {}];
73
0 commit comments