reading-notes

React and Forms

React Docs - Forms

1. What is a ‘Controlled Component’??

2. What is a ‘Controlled Component’??

3. How do we target what the user is entering if we have an event handler on an input field??

The Conditional (Ternary) Operator Explained

1. Why would we use a ternary operator??

2. Rewrite the following statement using a ternary statement:

if(x===y){
  console.log(true);
} else {
  console.log(false);
}

Bookmark and Review

Things I Want To Know More About

Previous Reading

Next Reading