Stdle #51 · 2026-07-27
What does this log?
Read the snippet and type its exact console output. You get 4 attempts — each wrong guess unlocks a hint.
class Animal { kind = 'cat' }namespace Animal { export const count = 3 }console.log(new Animal().kind, Animal.count)Namespaces