Javascript – Uncaught (in promise) Error Showing while sending data response in node js and map function showing error in react
Here is the node js getting error in promise import express from "express"; const app = express(); const port = process.env.PORT || 3000; app.get('/jokes', (req ,res) => { const jokes = [ { id: 1, title: 'Why don't scientists trust…