Skip to content

Commit 01c5e49

Browse files
authored
Merge pull request #7 from HannaParsa/Mutation-Observer
Update article.md
2 parents 1c0b333 + dbf1fc9 commit 01c5e49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2-ui/99-ui-misc/01-mutation-observer/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
# Mutation observer
33

4-
`MutationObserver` is a built-in object that observes a DOM element and fires a callback when it detects a change.
4+
همان طور که می دانیم `MutationObserver` یک شی داخلی است که یک عنصر DOM را مشاهده می کند و هنگامی که تغییری را تشخیص می دهد یک تماس برگشتی ایجاد می کند.
55

6-
We'll first take a look at the syntax, and then explore a real-world use case, to see where such thing may be useful.
6+
ابتدا نگاهی به نحو می اندازیم و سپس یک مورد استفاده در دنیای واقعی را بررسی می کنیم تا ببینیم چنین چیزی در کجا ممکن است مفید باشد.
77

88
## Syntax
99

0 commit comments

Comments
 (0)