Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is the correct syntax for importing a built-in module?
const module = require(module_name.js');
const module = require('./module_name');
const module = require('node_modules/module_name');
const module = require('module_name');
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!