NA +91-8727899942 thecoderjob@gmail.com

CHAPTER - 16

If-Else condition

  • Example :

function Condition() {

    const [display, setDisplay] = useState(3)

    return (

        <div>

           ? {display==1?

            <h1>Welcome Display 1</h1>

            :display==2?<h1>Welcome Display 2</h1>

            :<h1>Welcome Display 3</h1>}

        </div>

    )

}

export default Condition;

 

Chapter 15

Form handle

Previous chapter

Chapter 17

Pass function as Props

Next chapter

Get In Touch

NA

thecoderjob@gmail.com

+91-8727899942

Popular Links

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