I am reading some ES6 code with lambda and promisejs
.then(_ => current.quit())
I am wondering _ mean in the lambda expression. I tried to change it to (), it also work.
I am reading some ES6 code with lambda and promisejs
.then(_ => current.quit())
I am wondering _ mean in the lambda expression. I tried to change it to (), it also work.