{"id":18663632,"url":"https://github.com/donpage/typescriptprac","last_synced_at":"2026-01-26T03:03:49.977Z","repository":{"id":78524818,"uuid":"48669221","full_name":"DonPage/TypeScriptPrac","owner":"DonPage","description":"Learning Typescript","archived":false,"fork":false,"pushed_at":"2015-12-28T05:47:18.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-18T04:37:01.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/DonPage.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}},"created_at":"2015-12-28T02:16:36.000Z","updated_at":"2015-12-28T02:16:36.000Z","dependencies_parsed_at":"2023-03-07T13:15:45.499Z","dependency_job_id":null,"html_url":"https://github.com/DonPage/TypeScriptPrac","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DonPage/TypeScriptPrac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonPage%2FTypeScriptPrac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonPage%2FTypeScriptPrac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonPage%2FTypeScriptPrac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonPage%2FTypeScriptPrac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DonPage","download_url":"https://codeload.github.com/DonPage/TypeScriptPrac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DonPage%2FTypeScriptPrac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T02:25:41.078Z","status":"ssl_error","status_checked_at":"2026-01-26T02:24:28.809Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-07T08:18:58.807Z","updated_at":"2026-01-26T03:03:49.955Z","avatar_url":"https://github.com/DonPage.png","language":null,"readme":"# Practicing TypeScript\nNotes from TypeScript Fundamentals Course\n\n## Important Keywords and Operators\n\n| Keyword                   | Description |\n| :------------------------ | :----------------------------------------------- |\n| `class`                   | Container for members such as properties and functions |\n| `constructor`             | Provides initialization functionality in a class |\n| `exports`                 | Export a member from a module |\n| `extends`                 | Extend a class or interface |\n| `implements`              | Implements an interface |\n| `imports`                 | Import a module |\n| `interface`               | Defines a code contract that can be implemented by types |\n| `module`                  | Container for class and other code |\n| `public/private`          | Member visibility modifiers |\n| `...`                     | Rest parameter syntax |\n| `=\u003e`                      | Arrow syntax used with definitions and functions |\n| `\u003ctypeName\u003e`              | \u003c \u003e characters use to cast/convert between types |\n| `:`                       | Separator between variable/parameter names and types |\n\n\n## TypeScript Class Members\n\n| Keyword                   | Description |\n| :------------------------ | :----------------------------------------------- |\n| `Fields`                   | Variables. |\n| `constructor`             | Init an object. Starter data. |\n| `Properties`                 | Get or Set field values. Act as filters |\n| `Functions`                   | Something you want to perform |\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonpage%2Ftypescriptprac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonpage%2Ftypescriptprac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonpage%2Ftypescriptprac/lists"}