Skip to content

Tag: promise

script ends despite unresolved promise

Consider this: The scripts terminates at the await and the log is never printed to sdout, I don’t understand why Answer Nothing is wrong with your code. That’s just the model of Node. If there is no pending I/O pending promises don’t prevent Node from exiting. You can schedule some I/O if yo…

How to alter a API response with Javascript

I wrote this little app that takes in a set of starwars characters and returns images in an array. The result of the above code looks like this : But i would like a result where i can know which image belongs to which keyword. Maybe a format like this or something similar : I tried this : Results were