Untitled

Run Settings
LanguageJavaScript
Language Version
Run Command
function FirstFunc(){ this.yetAnother = function(){ console.log(this); } } function AnotherFunc(){ const yetAnother = function(){ console.log(this); }; yetAnother(); } const one = new FirstFunc(); console.log(one); AnotherFunc(); one.yetAnother(); console.log(this);
Editor Settings
Theme
Key bindings
Full width
Lines