Skip to content

Tag: node.js

Write after end error when launch server in nodejs

I am beginner at NodeJS and I’m doing a “NodeJS and Express.js full course” at freecodecamp yt and I copied author code which for him works perfectly, but I got an error. Code: I don’t know why he got home, about and error page when user goes to the wrong page it should throw “Er…

How to map through array of objects to extract objects value?

i am trying to map through an array of objects to extract some value from each object. When i run my code i am getting a result of undefined on console.log(open) but get all the data get log for the console.log(data) Can someone tell me why is it undefined or what is wrong in my code? thanks in advance Data

Axios Undefined Response

I am Developing MERN Stack Project. The problem is when I make the first API Call the first response is undefined and the map function gives an error ‘Map is not a function and it makes sense. the problem is i tried several approaches to prevent this from happening but it won’t work This is the Co…