oelna / hsma-html

Kursmaterialien für meinen Kurs Offenes Projekt: HTML aka. "VSTG" an der Hochschule Mannheim
7 stars 0 forks source link

Javascript Modules and Classes #46

Open oelna opened 4 years ago

oelna commented 4 years ago

Modules

Classes

let Rectangle = class {
  constructor(height, width) {
    this.height = height;
    this.width = width;
  }
};
oelna commented 3 years ago

vlt als beispiel ein paar random id generators?

collision probability: https://zelark.github.io/nano-id-cc/