Node.js - Child Processes
Assuming
const { fork } = require('child_process'); which of the following is the correct syntax to fork a child process running child.js?