Nice to meet you, I'm Ace Gabriel P. Pasiliao
const introduction = {
name: "π€ Who Am I?",
details: [
"π€ Self taught Developer",
"π― Goal: To be a better Developer",
"π Pronouns: He/him",
"π± Currently learning Data Science & Machine Learning with Python",
"π― Looking to collaborate on any projects",
"π¬ Ask me about HTML, CSS, JavaScript, React, NextJS"
]
};
console.log(introduction.name);
introduction.details.forEach(detail => {
console.log(detail);
});
- π Iβm currently working on my portfoloio
- π See my Personal portfolio to get more info