YSITD_Chat_Bot says to #ysitd
<coin3x>: ``` function con(name){ this.name = name } con.prototype.showName = new Promise((res, rej) => { console.log(this.name); }); ```