NA +91-8727899942 thecoderjob@gmail.com

CHAPTER - 10

Click event in function

  • Arrow function ()=> function function-name()
  • Click event example :

function Click() {

  function alertOpen(){

    alert(data);

  }

  return (

    <>

     <button onClick={alertOpen}> Click Me </button>

    </>

  );

}

export default Click;

 

Chapter 9

Jsx

Previous chapter

Chapter 11

What is State

Next chapter

Get In Touch

NA

thecoderjob@gmail.com

+91-8727899942

Popular Links

© www.thecoderjob.com. All Rights Reserved.               Designed by HTML Codex