pull/205/merge
Naresh Khatri 7 months ago committed by GitHub
commit 60a153ee82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -411,7 +411,7 @@ ReactDOM.render(<App />, rootElement)
## Conditional Rendering using && Operator ## Conditional Rendering using && Operator
The && operator render the right JSX operand if the left operand(expression) is true. The && operator renders the right JSX operand if the left operand(expression) is true.
```js ```js
// index.js // index.js

Loading…
Cancel
Save