From 183059e403a5f3084688cd9e658badd8df343df5 Mon Sep 17 00:00:00 2001 From: Chromazmoves <33407772+yusuf8ahmed@users.noreply.github.com> Date: Tue, 6 Oct 2020 08:44:05 -0400 Subject: [PATCH] fixed wording errors --- 02_Day_Introduction_to_React/02_introduction_to_react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_Day_Introduction_to_React/02_introduction_to_react.md b/02_Day_Introduction_to_React/02_introduction_to_react.md index 6c2363a..6442e6c 100644 --- a/02_Day_Introduction_to_React/02_introduction_to_react.md +++ b/02_Day_Introduction_to_React/02_introduction_to_react.md @@ -115,7 +115,7 @@ const welcome =

Welcome to 30 Days of React Challenge

const data = Oct 2, 2020 ``` -The above strange looking code seems a JavaScript but it is not JavaScript and it seems an HTML but not completely an HTML element. It is a mix of JavaScript and an HTML element. JSX can allow us to use HTML in JavaScript. The HTML element in the above JSX is _h1_ and _small_. +The above strange looking code seems like JavaScript but it is not JavaScript and it seems like HTML but not completely an HTML element. It is a mix of JavaScript and an HTML element. JSX can allow us to use HTML in JavaScript. The HTML element in the above JSX is _h1_ and _small_. #### JSX Element