const cristinaRamos = {
personalInfo: {
name: "Cristina",
role: "Full Stack Developer",
linkedIn: "https://www.linkedin.com/in/cristinaramospascual",
},
skills: {
frontend: ["JavaScript", "HTML", "CSS", "MUI", "Bootstrap"],
backend: ["NodeJS", "Express"],
databases: ["MongoDB"],
frameworks: ["React"],
tools: ["Git", "GitHub", "VS Code", "npm", "Webpack"],
},
currentlyLearning: "TypeScript",
introduceYourself: () => {
console.log(`
Hello! I'm ${cristinaRamos.personalInfo.name},a ${cristinaRamos.personalInfo.role}.
If you want to know a bit more about me, visit my LinkedIn profile: ${cristinaRamos.personalInfo.linkedIn}
`);
},
};
cristinaRamos.introduceYourself();
console.log(`
I have experience in a variety of technologies, including:
Frontend: ${cristinaRamos.skills.frontend.join(', ')}
Backend: ${cristinaRamos.skills.backend.join(', ')}
Databases: ${cristinaRamos.skills.databases.join(', ')}
Frameworks: ${cristinaRamos.skills.frameworks.join(', ')}
Tools: ${cristinaRamos.skills.tools.join(', ')}
`);
console.log(`
I have a passion for gaining new insights, rigth know I am learning ${cristinaRamos.currentlyLearning}.
`);
Pinned Loading
-
CrisZohra/random-news-react-app
CrisZohra/random-news-react-app PublicReact App - What Now?
JavaScript
-
dbugger-game
dbugger-game PublicOOP Game built with web technologies (html, css, javascript).
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


