React: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
<source lang="html4strict"> | <source lang="html4strict"> | ||
<source lang="React" line= | <source lang="React" line="line"> | ||
const myVar = ( | const myVar = ( | ||
<h1>Love it</h1> | <h1>Love it</h1> | ||
); | ); | ||
</source> | </source> |
Revision as of 05:16, 23 October 2019
Quick Reference
Variables
<source lang="React" line="line">
const myVar = (
<h1>Love it</h1>
);