Skip to content

I am trying to fetch information from phpmyadmin database, but in browser it’s showing cannot get/employee and in command prompt there is no error

Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform PowerShell https://aka.ms/pscore6 PS E:Developmentcrud-node> node index.js Express server is running on port number: 8000 DB connection is successful Answer there seems to be spelling mistake in end poin…

Getting an array of Promises after async await

i’m trying to create an array of the daily forecast mapping over an array with cities. I’m trying to map over the array of the cities making an api call for each one of them once the page loads. I keep on getting an array of Promises such as this : Favorite Page component: Service with the api cal…

Adding function to td table in javascript

I’m new to js and looking for someone to help me with it. I have created javascript table with the following code: I’m trying to apply given below code function with the <td>${ply.name}</td> in my table js js code function I want to apply https://jsfiddle.net/tdwcqze0/ Answer Use: <…