show(something);
an idea ?
function Show(sth){ // do whatever let _Show = function(){ this.name = sth; } return new _Show(sth); }
Обсуждают сегодня