We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a346ef3 commit 58d8d09Copy full SHA for 58d8d09
html/js/code.js
@@ -102,7 +102,7 @@ addEventListener("load", function() {
102
clearSandbox();
103
var chapter = getChapter(chapters.value), visible;
104
if (value == "box") {
105
- var code = chapters.value < 20
+ var code = (chapters.value < 20 || chapters.value > 21)
106
? "Run code here in the context of Chapter " + chapter.number
107
: "Code from Node.js chapters can't be run in the browser";
108
var guessed = guessType(chapter.start_code);
0 commit comments