We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d67209 commit 8c4a5f5Copy full SHA for 8c4a5f5
5-network/11-websocket/article.md
@@ -42,7 +42,7 @@ socket.onopen = function(e) {
42
};
43
44
socket.onmessage = function(event) {
45
- alert(`[message] Data received from server: ${event.data}`);
+ alert(`[message] 서버로부터 전송받은 데이터: ${event.data}`);
46
47
48
socket.onclose = function(event) {
0 commit comments