FULL stack developer learner at YouCode
Chess Player at ChessDotCom
I'm currently working on CHESSIQ
class WhoAmI {
constructor() {
this.user = "Kardache Zakaria";
this.current_work = "Writing code";
this.hobbies = [
"Drawing",
"Watching Anime",
"Playing Chess",
"Learning New Technologies"
];
}
getCity() {
return "Elyoussoufia_Morocco";
}
ambitions() {
return [
"Learn Japanese Und Deutsch",
"Become a God Developer",
"Master Full-Stack Development",
"Contribute to the Developer Community"
// Bonus: 😎♟️ If you play chess I’d be happy if we could set up a game ;)
];
}
}
const me = new WhoAmI();
me.challenge = "I am doing the #100DaysOfCode challenge focused on javascript and php"; I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)