constructor()

in src/index.js [7:10]


    constructor() {
        this.id = generateRandomNumber();
        this.date = getDate();
    }