I'm not very familiar with ES6's fat arrow function. Does that mean I can write something like this?
return new Promise( (resolve,reject) => {
I thought it only looks different.
I'm not very familiar with ES6's fat arrow function. Does that mean I can write something like this?
return new Promise( (resolve,reject) => {
I thought it only looks different.