Questions
- What is one of the advantages of integrating WebAssembly with Node.js?
 - What library does the Express application use to read and write data to a JSON file?
 - What is the difference between loading a module in the browser and in Node.js?
 - What technique can you use to run an 
npmscript before or after an existingnpmscript? - What is the name of the task Webpack performs to eliminate dead code?
 - What is the purpose of a loader in Webpack?
 - What is the difference between the 
describe()andtest()functions in Jest? - How do you pass additional CLI flags to the 
npm testcommand?