React Commands Get link Facebook X Pinterest Email Other Apps November 07, 2024 npm create vite@latest my-react-app -- --template reactcd my-react-appnpm run devnpm start Get link Facebook X Pinterest Email Other Apps Comments
Appt3 January 18, 2025 https://docs.google.com/forms/d/e/1FAIpQLSdIJIhUHeozoK3bqrayYs6iG_d3uJoUzUsoGXOzfbtbGB6jYg/viewform?usp=header Read more
January 17, 2025 Apti test https://docs.google.com/forms/d/1U7yZ58-b7DEsw0PQpUc_ML8qudTJNmCdf550pALEs6Q Read more
AJAX DATA FETCH 2 November 07, 2024 <! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Document </ title > < style > table * { border : 2 px solid black ; padding : 10 px ; gap : 10 px ; } </ style > </ head > < body > < button onclick = "fetchData()" > click me </ button > </ body > <!-- < script src = "./assignment4.js" ></ script > --> < script > const fetchData = ()=> { var x = new XMLHttpRequest (); x . open ( "GET" , "https://jsonplaceholder.typicode.com/u... Read more
Comments
Post a Comment