let myLibrary = { "hello": function(to) { if(to===undefined){ to = this.user; } console.log(`Hello ${to} !`); }, "user":"Anonym" }