Satvik Reddy
Results
2
comments of
Satvik Reddy
Here's how I would do it: ```javascript const urban = require("urban") urban("some_word").res((json) => { console.log("List response:"); for (const i in json) { console.log(`Result ${i}:`); console.log(json[i]); } }); ```
Looks like you named it `PORT_` and not `PORT`.