I'm a newcomer web developer, who discovered development at school and totally fall in love with it!
Actually, learning at BeCode in Belgium, I'm trying to make my way through the web development's universe (WDU) 😁.
You can check my projects here or just check my others social's network.
let human = new Human("Abdoulaye", "Bayo", 19, true, "frontend", "Backend")
human.isHungry()
// => yes, he is! Here is a bit of crisps
human.getFirstName()
// => Hi! I'm Abdoulaye
human.whatBestEnd()
// => frontend for sure!