We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following style guide is recommended, but not required. Be nice to our eyes!
Use single quotes in JS, and double quotes in JSX
const string = 'this is JS!'; const jsx = ( <div className="jsx" /> );