https://github.com/ajmalfaris11/typescript
A repository dedicated to learning and experimenting with TypeScript concepts, including types, interfaces, classes, generics, and more. This project focuses on understanding TypeScript's features to build robust and type-safe JavaScript applications.
https://github.com/ajmalfaris11/typescript
classes generics interfaces javascript learning programming typesafety typescript
Last synced: about 1 month ago
JSON representation
A repository dedicated to learning and experimenting with TypeScript concepts, including types, interfaces, classes, generics, and more. This project focuses on understanding TypeScript's features to build robust and type-safe JavaScript applications.
- Host: GitHub
- URL: https://github.com/ajmalfaris11/typescript
- Owner: ajmalfaris11
- Created: 2024-12-02T12:46:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T21:46:49.000Z (over 1 year ago)
- Last Synced: 2025-05-14T08:11:53.189Z (10 months ago)
- Topics: classes, generics, interfaces, javascript, learning, programming, typesafety, typescript
- Language: TypeScript
- Homepage: https://www.typescriptlang.org/
- Size: 19.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript Learning Repository
This repository is dedicated to learning and exploring the features of **TypeScript**, a powerful superset of JavaScript that enhances code quality with static typing and advanced features.
## 🛠️ Features Explored
- **Type Annotations**: Learn the basics of type declarations for variables and functions.
- **Interfaces and Classes**: Explore object-oriented programming in TypeScript.
- **Generics**: Implement reusable code using generic types.
- **Modules**: Structure code efficiently using modules.
- **Advanced Types**: Work with union, intersection, mapped, and conditional types.
- **TypeScript and JavaScript Interoperability**: Understand how TypeScript compiles to JavaScript.
## 📁 Project Structure
- **src/**: Contains all the TypeScript files (`.ts`) for learning and experimentation.
- `intro.ts`: A simple file to get started with TypeScript basics.