Merge pull request #2 from kingzamzon/kingzamzon-patch-2

Update 11_events.md
pull/131/head
Samson Adesanoye 4 years ago committed by GitHub
commit 30a0953e47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ Event handling in HTML
<title>30 Days Of React App</title>
</head>
<body>
<button>onclick="greetPeople()">Greet People</button>
<button onclick="greetPeople()">Greet People</button>
<script>
const greetPeople = () => {
alert('Welcome to 30 Days Of React Challenge')

Loading…
Cancel
Save