Since Node.js 6.6.0 it is possible to write tail recursive functions. However tail recursion is not supported by default.
Continue reading “ES6 Tail Recursion in Node.js >= 6.6.0”Serverless Application Development on AWS
Since Node.js 6.6.0 it is possible to write tail recursive functions. However tail recursion is not supported by default.
Continue reading “ES6 Tail Recursion in Node.js >= 6.6.0”