[spam][crazy] coding therapy: hello world with structure

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Thu Oct 13 17:06:34 PDT 2022


relearning javascript

class HelloWorld {
  constructor(hello, world) {
    this.words = {“hello”: hello, “world”: world};
  }
  print() {
    console.log(this.words.hello + ‘ ‘ + this.words.world);
  }
};

(new HelloWorld(‘hello’, ‘world’)).print()


More information about the cypherpunks mailing list