We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e682c4 commit 132358eCopy full SHA for 132358e
blog/25-08-17/nodejs-in-webpage/ex/ex1.js
@@ -6,6 +6,7 @@
6
console.clear();
7
console.log('nodejs-in-webpage');
8
console.log();
9
+ (typeof terminal=='undefined') && (terminal={write:console.log.bind(console)});
10
var nodejs = `
11
12
import fs from 'fs';
0 commit comments