-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ko] Add index.md for web/api/element/replaceWith #16201
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
## 추가 자료 | ||
|
||
- {{domxref("NodeList")}} | ||
- {{domxref("Node.replaceChild()")}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
- {{domxref("Node.replaceChild()")}} | |
- {{domxref("Node.replaceChild()")}} |
## 구문 | ||
|
||
```js | ||
hasAttribute(name) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
hasAttribute(name) | |
hasAttribute(name); |
```js | ||
hasAttribute(name) | ||
``` | ||
### 파라미터 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
### 파라미터 | |
### 파라미터 |
|
||
## 브라우저 호환성 | ||
|
||
{{Compat}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
{{Compat}} | |
{{Compat}} |
Description
Motivation
Additional details
Related issues and pull requests