gergelyke.github.io
gergelyke.github.io copied to clipboard
What's new in Node.js 9?
em... util.callbackify has existed on Node.js 8.4 or early version
Fund a typo in code example of callbackify:
- console.log('finsihed without an error');
+ console.log('finished without an error');
@woshizoufeng Are you sure? Seems it was landed only in 9.0.0 (current)
thanks @vitkarpov, just fixed it :)
@woshizoufeng It WAS backported however.