Stdle #96 · 2026-09-10
What does this log?
Read the snippet and type its exact console output. You get 4 attempts — each wrong guess unlocks a hint.
class Counter { static #n = 0; static { Counter.#n = 5; } static get value() { return Counter.#n; }}console.log(Counter.value);Classes