Node.js - Debugging and Profiling
Which command correctly starts the Node.js built-in debugger for a script named
app.js?app.js?node inspect followed by the script name.node inspect app.js, which is correct. node debug app.js uses deprecated node debug. Options B and D are invalid commands.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions