Kuis materi Module & Import/Export di Node.js — uji pemahamanmu dengan pertanyaan pilihan ganda, penjelasan jawaban, dan skor langsung. Main gratis di Hyper Sheets.
module.___ = { tambah, kurang };const utils = ___('./utils');const fs = require('___');exports.tambah = (a, b) => a + b;const math = require('./math');
console.log(math.tambah(2, 3));