ethereumUser

11
reputation
1
2

Learning ethereum. 20 years old. Student of system engineer, second year. My goal is become a system engineer in 2026. Meanwhile im in university i learn ethereum. I like maths, programming and philosophy.

`class ethereumUser {

this.iq = 200

improving = () => { this.iq++; }

}

let alive = true let etherUser= new ethereumUser()

while (alive) { etherUser.improving() } `