Skip to content

Tag: html

Uncaught TypeError: work.filter is not a function

I can’t seem to figure out why I am getting this error when running the filter method on an array (imported from a separate file) anyone have any ideas? This is my first question on here and I’m reasonably new to writing code, so you may need more context 🙂 let me know if so! Thanks for any help! …

Undo .removeAtribute function

I’m looking for a solution to restore a removed attribute. I’m not an experienced programmer, so I’m not sure where to start when sharing my code, so I’ll try to give some context below. I have an image of a map that has several hidden overlays. These overlays are activated by a series…

Post a form in Node Js

I am trying to post data from a form in node JS and then see the data in console. When i click the button I can see the data in console but the websites starts loading and it doesnt end. The loading circle doesnt stop moving. and this is in my server.js file Answer Your backend has to send a