Skip to content

Commit

Permalink
Update adding-interactivity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zubialevich authored Jul 25, 2024
1 parent 91c193a commit 766ba04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/content/learn/adding-interactivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,7 @@ setCount(count + 1); // Запытвае паўторны рэндэрынг с
console.log(count); // Усё яшчэ 0!
```

<<<<<<< HEAD
Такія паводзіны дапамагаюць пазбегнуць няўлоўных памылак. Вось невялікая праграма-чат. Паспрабуйце здагадацца, што адбудзецца, калі вы спачатку націснеце «Адправіць», а *затым* зменіце атрымальніка на Боба. Чыё імя з'явіцца ў акне `alert` праз пяць секунд?
=======
This behavior helps you avoid subtle bugs. Here is a little chat app. Try to guess what happens if you press "Send" first and *then* change the recipient to Bob. Whose name will appear in the `alert` five seconds later?
>>>>>>> 6274d4faf5afcef74357871d06191558050e23d3

<Sandpack>

Expand Down

0 comments on commit 766ba04

Please sign in to comment.