|
|
|
|
|
by afavour
994 days ago
|
|
I agree with the author that it’s a little confusing, but that’s why I wouldn’t write code like that. const msg = capitalize(greeting) + “!”;
const { status } = await send(msg);
console.log(status);
Now it’s perfectly readable, no weird shenanigans required. |
|