Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youssefelghamour/alx-backend-javascript
https://github.com/youssefelghamour/alx-backend-javascript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/youssefelghamour/alx-backend-javascript
- Owner: youssefelghamour
- Created: 2024-05-28T14:02:34.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T19:16:16.000Z (8 months ago)
- Last Synced: 2024-05-29T06:57:09.623Z (8 months ago)
- Language: JavaScript
- Size: 16.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alx-backend-javascript
## Overview
The ALX Backend JavaScript repository contains multiple directories for the projects, each focusing on different aspects of JavaScript development.
## Projects
| Directory | Description |
|---------------------------|-----------------------------------------------|
| `0x00-ES6_basic/` | Essential features of ES6. |
| `0x01-ES6_promise/` | Handling asynchronous operations with Promises. |
| `0x02-ES6_classes/` | Object-oriented programming (OOP) principles using ES6 syntax. |
| `0x03-ES6_data_manipulation/` | Working with data manipulation in ES6. |
| `0x04-TypeScript/` | Projects focusing on learning and implementing TypeScript concepts. |