Node.js - HTTP Module
Which of the following is the correct way to import the querystring module in Node.js?
require() to import modules in CommonJS style.const querystring = require('querystring'); correctly imports the module.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions