https://github.com/yll0rd/alx-backend-javascript
Alx
https://github.com/yll0rd/alx-backend-javascript
Last synced: about 1 year ago
JSON representation
Alx
- Host: GitHub
- URL: https://github.com/yll0rd/alx-backend-javascript
- Owner: yll0rd
- Created: 2024-01-04T04:58:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T14:54:46.000Z (over 2 years ago)
- Last Synced: 2024-04-08T23:20:44.699Z (about 2 years ago)
- Language: JavaScript
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alx-backend-javascript
## Description
This repository contains programs written for the specialization of backend in JavaScript.
## Technologies
* JavaScript scripts.
* Tested on Ubuntu 20.04 LTS using NodeJS v16.15.x.
## Projects
The repo contains all of the following projects that are done during the ALX backend program:
| Project name | Description |
| ------------ | ----------- |
| [`0x00. ES6 Basics`](./0x00-ES6_basic) | It aims to learn the basics of ES6.|
| [`0x01. ES6 Promises`](./0x01-ES6_promise) | It aims to learn about promises in **JavaScript language**.|
| [`0x02. ES6 classes`](./0x02-ES6_classes) | It aims to learn about ES6 classes.|
| [`0x03. ES6 data manipulation`](./0x03-ES6_data_manipulation/) | It aims to learn about data manipulation using `map`, `filter` etc in **ES6**.|
| [`0x04. Typescript`](./0x04-TypeScript) | It aims to learn about Typescript - classes, functions etc.|
| [`0x05. NodeJS Basics`](./0x05-Node_JS_basic/) | It aims to learn the basics of NodeJS.|
| [`0x06. Unittests in JS`](./0x06-unittests_in_js/)| It aims to learn how to write and perform unittest.|