03 - Javascript event loop; file operations

03 - Javascript event loop; file operations

For our third topic in Fullstack Javascript, we’ll be covering “The Javascript event loop; file operations”. Below is a brief overview of the topic:

  1. The Event Loop
  2. Asynchronous Programming
  3. Reading and Writing Files in Node.js
  4. Examples