We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d67209 commit e228576Copy full SHA for e228576
5-network/11-websocket/article.md
@@ -37,7 +37,7 @@ let socket = new WebSocket("wss://javascript.info/article/websocket/demo/hello")
37
38
socket.onopen = function(e) {
39
alert("[open] Connection established");
40
- alert("Sending to server");
+ alert("데이터를 서버에 전송해봅시다.");
41
socket.send("My name is John");
42
};
43
0 commit comments