hi i don’t know why exersise 3 does not work i try every thing i change
tags but it’s steal have error
var React = require(‘react’);
var ReactDOM = require(‘react-dom’);
// Write code here:
var math =
2 + 3 = {2 + 3}
;ReactDOM.render(math, document.getElementById(‘app’));
// Place curly braces around the second set of ‘2 + 3’, so that JSX solves it as javascript.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.