This repository is a snapshot created for documentation and knowledge-sharing purposes, capturing the content of a technical training delivered for a specific audience. The training focused on JavaScript and TypeScript fundamentals.
- Core Fundamentals: Variables, operators, control structures (if-else, switch, loops), and functions.
- Object-Oriented Programming (OOP): Concepts of classes, inheritance, abstract classes, and interfaces.
- Advanced JavaScript/TypeScript: Destructuring, Rest/Spread operators, error handling, and type conversion.
- Data Structures: Working with JSON, Maps, and Sets.
- Development Environment: The project is set up with TypeScript and uses
nodemon
for live reloading.
Note: This repository is not intended for ongoing development; it is an archive of a specific training program and is provided for reference and knowledge sharing.