We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77e2e59 + c8592c0 commit 3612cf8Copy full SHA for 3612cf8
5-network/11-websocket/article.md
@@ -288,7 +288,7 @@ HTML: we need a `<form>` to send messages and a `<div>` for incoming messages:
288
<div id="messages"></div>
289
```
290
291
-From JavaScript we want three things:
+자바스크립트론 다음 세 가지 기능을 구현해야 합니다.
292
1. Open the connection.
293
2. On form submission -- `socket.send(message)` for the message.
294
3. On incoming message -- append it to `div#messages`.
0 commit comments