let foo;
foo.?() // undefined
foo = () => 2
foo.?() // 2
So that's a thing βΊοΈ
let foo;
foo.?() // undefined
foo = () => 2
foo.?() // 2
So that's a thing βΊοΈ
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)