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