if I type it Promise<Promise<String>> ...
# javascript
r
if I type it Promise<Promise<String>> and expect a Promise<String> in the next then, then it will compile but I would get an error during runtime