Skip to content

Commit 71fbcc6

Browse files
awa
1 parent bb9421d commit 71fbcc6

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

cpp_mastery.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -451,21 +451,6 @@
451451
});
452452
app.appendChild(exsec);
453453

454-
// Implementation Lab
455-
const impsec=el("div","sec");
456-
impsec.appendChild(el("div","label","Implementation Lab"));
457-
const icard=el("div","examcard");
458-
const ihead=el("div","exhead");
459-
ihead.appendChild(el("span","extag","CODE"));
460-
ihead.appendChild(el("span","extitle","Implementation problems"));
461-
icard.appendChild(ihead);
462-
icard.appendChild(el("div","exsub",PROBLEMS.length+" coding problems (Ch 1\u20139) \u00b7 write code, run the test suite, or paste your Visual Studio output"));
463-
const irun=el("button","btn primary","\u25B7 Open implementation problems");
464-
irun.onclick=startImpl;
465-
icard.appendChild(irun);
466-
impsec.appendChild(icard);
467-
app.appendChild(impsec);
468-
469454
// set selector
470455
const s2=el("div","sec");
471456
s2.appendChild(el("div","label","Question set"));

0 commit comments

Comments
 (0)