Join Slack
Powered by
if I type it Promise<Promise<String>> ...
# javascript
r
robstoll
03/12/2018, 7:39 AM
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
Open in Slack
Previous
Next