console-log

Run Settings
LanguageJavaScript
Language Version
Run Command
// console.log const myName = "Max" const myAge = 29 console.log('My name is %c%s%c, and my age is %c%d', 'color: green; font-size: large', myName, 'color: default; font-size: regular', 'color: magenta; font-size: large', myAge) // Color console.log('%cColor of the text is green plus small font size', 'color: green; font-size: large');
Editor Settings
Theme
Key bindings
Full width
Lines