We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a285e6 commit 5cc92feCopy full SHA for 5cc92fe
5-network/11-websocket/article.md
@@ -36,7 +36,7 @@ Here's an example:
36
let socket = new WebSocket("wss://javascript.info/article/websocket/demo/hello");
37
38
socket.onopen = function(e) {
39
- alert("[open] Connection established");
+ alert("[open] 커넥션이 만들어졌습니다.");
40
alert("Sending to server");
41
socket.send("My name is John");
42
};
0 commit comments