Megha Khatrimegha17.hashnode.dev·Feb 2, 2023Condition's in Reactjsif-statements react support if-statements,but not direct inside jsx. if-else statement outside function let a=10; let msg=""; if(a>5){ msg = "Hello everyone"; } else{ msg = "bye"; } function App(){ ...42 readsWeb Development