Thursday, August 6, 2020

20 Digits of Pi in JSX

import React from 'react';
import ReactDOM from 'react-dom';

// Write code here:
const math = (

2 + 3 = {2 + 3}

); ReactDOM.render(math, document.getElementById('app') );

No comments:

Post a Comment