Posts by drigols • 13 points
1 post
-
1
votes2
answers101
viewsQ: Error Nodejs and when to use "=>"
Good afternoon, People I am starting my studies with Node.js technology, but when I tried to write the code of a web server example: const http = require('http'); const hostname = '127.0.0.1'; const…