Foundations & Tooling Quiz Practice
Active Recall Drill Session
← Exit SessionQuestion 1 of 1
mediumFoundations & Tooling
What happens when you run this Node.js code (package.json has no `type` field)?
code
// app.js
import { readFile } from 'fs';
console.log('hello');