We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f36f198 + 92af58d commit 7ab81a3Copy full SHA for 7ab81a3
src/pages/debugger/04-conditional-breakpoints.js
@@ -79,7 +79,7 @@ title.indexOf("turtle") != -1;
79
80
<CodeBlock>
81
{`
82
-console.log(items[index].title;
+console.log(items[index].title);
83
`}
84
</CodeBlock>
85
0 commit comments