codewithnathan97

Results 3 comments of codewithnathan97

Hi Sara, No worries! I have managed to create a workaround by adding a new image renderer that replace the relative path with absolute path to the image `src` like...

Hi, Do you mean you want to pass the array to another function as a parameter? The csv data is saved under the variable `data` on [line 47](https://github.com/nsebhastian/javascript-csv-array-example/blob/master/index.html#L47), so you...

Hi, That probably means that http://localhost:3001 is not running on your computer. You can try opening a second terminal and go to your `node-postgres` folder, then run this command: ```...