JavaScript performance advice:
1. prefer `async`/`await` over hand-written promise code
2. prefer native promises over userland implementations
https://v8.dev/blog/fast-async https://twitter.com/v8js/status/1062000102909169670 …
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
What about .finally equivalent of async await?
Its just code. finally happens after the promise has either resolved or rejected. In an async function, the finally is basically any code you put after the try catch block.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.