First React Component with JSX
In this exercise you are going to create your FIRST React component! Getting Started with JSX JSX is an extension of JavaScript. In traditional web development you deal with separate HTML and JS files. HTML is converted into the DOM (Document Object Model) and DOM-JavaScript manipulates and responds to the