How to create custom popup in Javascript? Sheo Sagar6:00 AM Javascript popups: Basically, it's using onclick method with javascript and also using CSS display none property then it’s work ... 0 Comments Read
How to fetch data with stateless component in react? Sheo Sagar3:00 AM How to get API value using axios in react ? Fetching data in the stateless component with react we need to use hooks as useEffect() and ... 0 Comments Read
General knowledge questions and answers in hindi Sheo Sagar5:30 AM 1. (α+в)²= α²+2αв+в² 2. (α+в)²= (α-в)²+4αв 3. (α-в)²= α²-2αв+в² 4. (α-в)²= (α+в)²-4αв 5. α² + в²= (α+в)² - 2αв. 6. α² + в²= (α... 0 Comments Read