1. Which line of code would you change to affect what is displayed in the terminal? var http = require('http'); http.cre

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

1. Which line of code would you change to affect what is displayed in the terminal? var http = require('http'); http.cre

Post by answerhappygod »

1 Which Line Of Code Would You Change To Affect What Is Displayed In The Terminal Var Http Require Http Http Cre 1
1 Which Line Of Code Would You Change To Affect What Is Displayed In The Terminal Var Http Require Http Http Cre 1 (71.39 KiB) Viewed 16 times
1. Which line of code would you change to affect what is displayed in the terminal? var http = require('http'); http.createServer (function (req, res) { res.writeHead (200, {'Content-Type': 'text/plain' }); res.end('Hello World!'); }). Listen (8000, function () { console.log('Node server is running...'); }); 123 456 2 3 4
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply