From fc21b92b6af859af8eb198455d026f70a5347e1b Mon Sep 17 00:00:00 2001
From: Wanda Carlson <87515018+wanda-carlson@users.noreply.github.com>
Date: Mon, 29 Jan 2024 23:06:44 +0500
Subject: [PATCH 1/2] Update index.js
---
src/hello-worlds/index.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/hello-worlds/index.js b/src/hello-worlds/index.js
index 6cbe464e..8f044d62 100644
--- a/src/hello-worlds/index.js
+++ b/src/hello-worlds/index.js
@@ -2,6 +2,7 @@ import ReactDOM from 'react-dom'
function Hello() {
return
Hello World
;
+ return Hello World
;
}
-ReactDOM.render(, document.body);
\ No newline at end of file
+ReactDOM.render(, document.body);
From 3b9549f9920f3d6ca1ac986dbc00840c96d4dd6e Mon Sep 17 00:00:00 2001
From: Wanda Carlson <87515018+wanda-carlson@users.noreply.github.com>
Date: Tue, 30 Jan 2024 03:34:14 +0500
Subject: [PATCH 2/2] Update src/hello-worlds/index.js
---
src/hello-worlds/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/hello-worlds/index.js b/src/hello-worlds/index.js
index 8f044d62..a419e05e 100644
--- a/src/hello-worlds/index.js
+++ b/src/hello-worlds/index.js
@@ -2,7 +2,7 @@ import ReactDOM from 'react-dom'
function Hello() {
return Hello World
;
- return Hello World
;
+ return Hello Worlds
;
}
ReactDOM.render(, document.body);