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:
- The Event Loop
- Asynchronous Programming
- Reading and Writing Files in Node.js
- Examples