{"id":24261973,"url":"https://github.com/geraldohomero/javascript-typescript-notes","last_synced_at":"2026-04-09T06:45:02.834Z","repository":{"id":180792800,"uuid":"665714018","full_name":"geraldohomero/javascript-typescript-notes","owner":"geraldohomero","description":"Exercícios e anotações sobre JavaScript, TypeScript, Vite.js, React.js, Next.js, Redux e outros","archived":false,"fork":false,"pushed_at":"2024-04-18T23:03:34.000Z","size":435,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T07:44:18.776Z","etag":null,"topics":["api","git","html5","javascript","js","mariadb","mysql","nextjs","nodejs","oop","reactjs","redux","sql","ts","typescript","vuejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geraldohomero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-12T20:37:43.000Z","updated_at":"2024-09-28T16:22:02.000Z","dependencies_parsed_at":"2024-04-18T22:26:40.745Z","dependency_job_id":"27a4d2d0-19be-4bdb-a190-05318d288be0","html_url":"https://github.com/geraldohomero/javascript-typescript-notes","commit_stats":null,"previous_names":["geraldohomero/javascript-typescript-notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldohomero%2Fjavascript-typescript-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldohomero%2Fjavascript-typescript-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldohomero%2Fjavascript-typescript-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldohomero%2Fjavascript-typescript-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geraldohomero","download_url":"https://codeload.github.com/geraldohomero/javascript-typescript-notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241934265,"owners_count":20044818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","git","html5","javascript","js","mariadb","mysql","nextjs","nodejs","oop","reactjs","redux","sql","ts","typescript","vuejs"],"created_at":"2025-01-15T06:57:43.786Z","updated_at":"2025-12-30T19:18:44.876Z","avatar_url":"https://github.com/geraldohomero.png","language":"JavaScript","readme":"# JavaScript \u0026 TypeScript Notes\n\nExercícios e anotações sobre JavaScript, TypeScript, Vue.js, React.js, Next.js, SQL, dentre outros.\n\n\n```typescript\nclass Person {\n    name: string;\n    age: number;\n  \n    constructor(name: string, age: number) {\n      this.name = name;\n      this.age = age;\n    }\n  \n    greet(): void { \n      console.log(`Hello, my name is ${this.name} and I am ${this.age} years old.`);\n    }\n  }\n  \n  let gersilayne = new Person(\"Gersilayne\", 25);\n  gersilayne.greet();\n  let wellersiano = new Person(\"Wellersiano\", 25);\n  wellersiano.greet();\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraldohomero%2Fjavascript-typescript-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeraldohomero%2Fjavascript-typescript-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraldohomero%2Fjavascript-typescript-notes/lists"}