Skip to content

Commit 6aab0bf

Browse files
committed
Bug fix in code snippet
1 parent a5b40a8 commit 6aab0bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/blog/ace-the-javascript-interview.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,8 @@ function first() {
727727
var element = second(7);
728728
console.log(element);
729729
}
730+
731+
first();
730732
```
731733

732734
Iterating over the Code:

0 commit comments

Comments
 (0)