I cannot figure out how async/await works. I slightly understands it but I can\'t make it work.
async
await
There is a fs.readFileSync( path, options ) method, which is synchronous.
fs.readFileSync( path, options )