Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/event (#15951)
Browse files Browse the repository at this point in the history
[add]: add index.md for web/glossary/event
  • Loading branch information
IMHOJEONG authored Oct 4, 2023
1 parent 70da47b commit 623cac1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions files/ko/glossary/event/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: 이벤트 (Event)
slug: Glossary/Event
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

이벤트는 JavaScript 코드로 수정할 수 있는 [DOM](/ko/docs/Glossary/DOM) 요소에 의해 생성된 리소스입니다.

## 같이 보기

- [MDN의 Event 문서](/ko/docs/Web/API/Event)
- [공식 웹사이트](https://www.w3.org/TR/DOM-Level-2-Events/events.html)
- 위키백과의 [DOM 이벤트](https://en.wikipedia.org/wiki/DOM_Events)

0 comments on commit 623cac1

Please sign in to comment.