Skip to content

Commit

Permalink
docs: val1 のタイポ (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
knokmki612 authored Dec 6, 2023
1 parent c3119f7 commit c9f2720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ console.log(sum); // 5のまま(期待は6)
1. 値が読み込まれたときに追跡する。 例: val1 + val2 のとき、式の結果だけでなく
val1 と val2 の値が失われずに読み取れる
2. 値の変更を検知する。 例: val1 = 2 が val1 = 3 になったと分かる
3. 最初に値を読み込んだコードを再実行する。 例: val = 3 で
3. 最初に値を読み込んだコードを再実行する。 例: val1 = 3 で
sum = val1 + val2 を再計算する

これらができているとき、リアクティビティ(反応性)がある=リアクティブ
Expand Down

0 comments on commit c9f2720

Please sign in to comment.