Will local business like super shoppe or a restaurant go for app development in near future for their businesses provided the technology evolving
1 Reply
Shubham
Fearless • 1m
Day 11/21 – JavaScript API Calls 🌐
Today I explored how to fetch data from APIs in JavaScript using async/await.
Copy code
Javascript
async function getUsers() {
try {
let response = await fetch("https://jsonplaceholder.typicode.com/users");
Started building an expert prompt generator and built it in roughly 2 days with the help of Ai.
Do you think Ai will disrupt coders in the near future?