type AboutMeType = (Name: string, Skills: string[], EducationalBackground: string) => void
const AboutMe: AboutMeType = (Name, Skills, EducationalBackground) => {
console.log("Name:", Name)
console.log("Educational Background:", EducationalBackground)
console.log("Skills:", Skills.join(', '))
}
AboutMe(
'Gabriel Carlos',
[
'React',
'Typescript',
'Javascrip',
'Ruby on Rails',
'Django'
'Flutter',
'Node',
'AWS',
'Docker',
'Terraform'
],
'Systems for Internet - UNIESP')
Pinned Loading
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.