Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Koji od paketa uključenih u sljedećoj skripti se ne koriste u kodu te skripte?
1 2 3 4 5 6 7 8 910
1
2
3
4
5
6
7
8
9
10
const http = require('http');const fs = require('fs');const url = require('url');http.createServer(function(req,res){ let podaci; fs.readFile('imenik.txt',function(err,data){ if(err) throw err; podaci=data; });}).listen(8080);
const http = require('http');
const fs = require('fs');
const url = require('url');
http.createServer(function(req,res){
let podaci;
fs.readFile('imenik.txt',function(err,data){
if(err) throw err;
podaci=data;
});
}).listen(8080);
url
http
fs
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!