Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/youssefelghamour/alx-backend-javascript


https://github.com/youssefelghamour/alx-backend-javascript

Last synced: about 1 month ago
JSON representation

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. |