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
However, this prints nothing to the console. If I try and look at the result of levelMethods[level], the type is [Function: noop] which seems to be the default type before things are initialized (see here)
This seems like an initialization order issue though, because if I do
I'm running Deno 2 and I tried to do the following
However, this prints nothing to the console. If I try and look at the result of
levelMethods[level]
, the type is[Function: noop]
which seems to be the default type before things are initialized (see here)This seems like an initialization order issue though, because if I do
then everything works
The text was updated successfully, but these errors were encountered: