Skip to content

Yassine-64/Yassine-64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here is a little bit about me!

let moreAboutMe = [
     "Hi again!",
     "As you might have seen in the Processing Sketch, I'm Yassine Mazhare, a 20-year-old developer from Morocco.",
     "I discovered my true passion for programming in 2019.",
     "Currently, I'm focusing on becoming a DevOps engineer specializing in mobile apps.", 
     "For the past two years, I've been self-teaching how to code.",
     "This journey has been an exciting exploration of languages, frameworks, and problem-solving techniques.",
     "Each day is an opportunity to enhance my skills and creativity."
 ];

function showDescription() {
 for (let i = 0; i < moreAboutMe.length; i++) {
     console.log(moreAboutMe[i]);
 }
}

showDescription();

Find Me On: