This website collects cookies to deliver better user experience
This tutorial is written to keep beginners in mind.
function App() { return ( <div> <h1>{brand}</h1> </div> ) } export default App
app.js
brand
src
Line 6
Character 12
'brand' is not defined no-undef
31
0