Merge pull request #7254 from erictleung/fix/format-console-log-correctly
Lowercase console.log in output box
This commit is contained in:
@ -30,9 +30,10 @@ window.common = (function(global) {
|
|||||||
|
|
||||||
codeOutput.setValue(`/**
|
codeOutput.setValue(`/**
|
||||||
* Your output will go here.
|
* Your output will go here.
|
||||||
* Console.log() -type statements
|
* Any console.log() -type
|
||||||
* will appear in your browser\'s
|
* statements will appear in
|
||||||
* DevTools JavaScript console.
|
* your browser\'s DevTools
|
||||||
|
* JavaScript console.
|
||||||
*/`);
|
*/`);
|
||||||
|
|
||||||
codeOutput.setSize('100%', '100%');
|
codeOutput.setSize('100%', '100%');
|
||||||
|
Reference in New Issue
Block a user