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(`/**
|
||||
* Your output will go here.
|
||||
* Console.log() -type statements
|
||||
* will appear in your browser\'s
|
||||
* DevTools JavaScript console.
|
||||
* Any console.log() -type
|
||||
* statements will appear in
|
||||
* your browser\'s DevTools
|
||||
* JavaScript console.
|
||||
*/`);
|
||||
|
||||
codeOutput.setSize('100%', '100%');
|
||||
|
Reference in New Issue
Block a user