DEV Community

chaoued
chaoued

Posted on

 

The API response with node.js shows no result with console.log

enter image description hereI have a form that sends data to a NodeJs server with Express.js using fetch. On the client side, when I want to view the results of the fetch call after the operation completes, nothing is displayed (and it never reaches the data recall).

I receive an error message

TypeError…

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git