Access environment variables in Node.js
const port = process.env.PORT || 3000;
Check if a path exists and is a directory
Add a timeout to fetch requests using AbortController
Get the directory of the currently running script
Parse JSON without try-catch crashing your app