library test

Run Settings
LanguageJavaScript
Language Version
Run Command
var Lib = (function(){ function _private(){ console.log('private function!'); } var lib = { test: function(){ _private(); return this; }, other: function(){ console.log('other test!'); return this; } } return lib; })(); Lib .test() .other();
Editor Settings
Theme
Key bindings
Full width
Lines