I wrote the following code in JavaScript for a node project, but I ran into an error while testing a module. I\'m not sure what the error means. Here\'s my code:
<
Change the = to : to fix the error.
= to : to
var makeRequest = function(message) { var options = { host: 'localhost', port : 8080, path : '/', method: 'POST' }