Nuacht

Recently AWS announced Node.js version 14 support for its Function as a Service (FaaS), Lambda. Developers can now author AWS Lambda functions using Node.js' new features, such as top-level-await ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful!