Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function App(props) {
const names = ["Bob", "Stand", "Todd", "Ted"];
return (
<div>
{/* send in a prop called "message", give it the string "Hello World" */}
{/* send in a prop called "message", give it the string "Hello World", ok */}
<div>This better say "Hello World": <SuperComponent message={"Hello World"} /> </div>
{/* send in a prop called "message", give it the string "Goodbye World" */}
<div>This better say "Goodbye World": <SuperComponent /> </div>
Expand Down