You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I've used the name promise for a variable forgetting it's a keyword, e.g:
promise = getStuffAsync(...)
//later
promise!
The pogo compiler says "TypeError: Cannot read property '0' of undefined" with no trace of where the problem is. Takes me a while to remember what this means.
The text was updated successfully, but these errors were encountered:
Sometimes I've used the name promise for a variable forgetting it's a keyword, e.g:
The pogo compiler says "TypeError: Cannot read property '0' of undefined" with no trace of where the problem is. Takes me a while to remember what this means.
The text was updated successfully, but these errors were encountered: