Name is getting deprecated so how to remove it

前端 未结 0 1171
傲寒
傲寒 2021-01-17 20:29
const name = prompt("Enter your name"); 
socket.emit(\'new-user-joined\',name);

I am making realtime chat application and here where i emi

相关标签:
回答
  • 消灭零回复
提交回复
热议问题