RE: https://mastodon.social/@jeffjarvis/115979705252608942
Germ theory denialist???? What year are we in again????
Broken Правда scene. So terribly sad.
https://mastodon.social/@jeffjarvis/116148520731707832
So here’s a little JavaScript initialisation order quiz.
Take the following code:
```js
class A {
constructor (parameters = {}) {
Object.assign(this, parameters)
}
}
class B extends A {
foo
constructor (parameters) {
super(parameters)
this.foo ??= ‘no’
}
}
const b1 = new B()
const b2 = new B({ foo: ‘ok’ })
console.info(`${b1.foo}, ${b2.foo}`)
```
What output would you s…
Аргументы Трампа в пользу нанесения ударов по Ирану основаны на сомнительных заявлениях
https://mastodon.social/@jeffjarvis/116148268104276316