Update 2018-05-09: Even though tail call optimization is part of the language specification, it isnât supported by many engines and that may never change. The ideas are still interesting, however and explained in this blog post. ECMAScript 6 offers tail call optimization, where you can make some function calls without growing the call stack. This blog post explains how that works and what benefits
{{#tags}}- {{label}}
{{/tags}}