Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/01.managing-ui-state/03.problem.derive/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function App() {
// 🦉 this is deriving state!

// 🐨 create a dogChecked variable that is whether words includes "dog"
// and do the same for "cat" and "caterpiller"
// and do the same for "cat" and "caterpillar"
// 🦉 this is deriving state from derived state!

function handleCheck(tag: string, checked: boolean) {
Expand Down