OKitel#0345 (Discord) ![]()
I’m 28 years old. I was a doctor, but one day I realized that I do not love my work. Steve Jobs said:
The only way to do great work is to love what you do. If you haven’t found it yet, keep looking. Don’t settle.
So I decided to change my life and became a front-end developer. I’m interested in quick and intensive start of my new life.
Learning:
<script>
function mygcd(x,y){
while (x != 0 && y != 0) {
if (x > y) {
x = x % y;
} else {
y = y % x;
}
}
return (x+y);
}
</script>
Self-eduation w3school.com
English B2 (TOEFL iBT 90 out of 120), Russian (native), Polish B1, Italian A2