Child Processes Lab

Medium
1
57.1% Acceptance

In this lab, you will learn about child processes in Node.js. You'll be creating a function to spawn a child process using Node.js's 'spawn' function from the 'child_process' module. This function will take a command string as an argument, execute the command, and return the 'stdout' data as a Promise.