fix: output console.logs as user types (JS)
This commit is contained in:
committed by
mrugesh
parent
29641986ab
commit
64fcbbb491
@@ -177,3 +177,7 @@ export function challengeHasPreview({ challengeType }) {
|
||||
challengeType === challengeTypes.modern
|
||||
);
|
||||
}
|
||||
|
||||
export function isJavaScriptChallenge({ challengeType }) {
|
||||
return challengeType === challengeTypes.js;
|
||||
}
|
||||
|
Reference in New Issue
Block a user