Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2022 #57

Closed
wants to merge 1 commit into from
Closed

2022 #57

wants to merge 1 commit into from

Conversation

ASamedWalker
Copy link

import React from 'react';
import logo from "./logo.svg";
import "./App.css";

function getTitle(title) {
return title;
}

function App() {
return (



Hello {getTitle('React')}

  <lable htmlFor="search">Search:</lable>
  <input type='text' id='search'/>
</div>

);
}

export default App;

@rwieruch rwieruch closed this Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants