console.table(new hire({ "name": "Arthur Janson", "role": "Software Developer", "skills": ["js", "html", "css", "json", "php", "sql"], "url": "https:\/\/2.zoppoz.workers.dev:443\/https\/linkedin.com\/in\/iegik" })); function hire ($ = {}) { setTimeout(() => hire.d.invite(), 300); if (hire.d) return hire.d; Object.assign(hire.d = this, $, { invite(){ location.href = hire.d.url } }); }