pull/335/merge
krishna 7 months ago committed by GitHub
commit c02362be39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -100,7 +100,8 @@ However, in React it could be as follows:
import React, { Component } from 'react'
// if it is functional components
class App extends Component {
handleClick = () => {
handleClick = (e) => {
e.preventDefault()
alert('Welcome to 30 Days Of React Challenge')
}
render() {

Loading…
Cancel
Save