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 It aims to learn the basics of ES6.
0x01. ES6 Promises It aims to learn about promises in JavaScript language.
0x02. ES6 classes It aims to learn about ES6 classes.
0x03. ES6 data manipulation It aims to learn about data manipulation using map, filter etc in ES6.
0x04. Typescript It aims to learn about Typescript - classes, functions etc.
0x05. NodeJS Basics It aims to learn the basics of NodeJS.
0x06. Unittests in JS It aims to learn how to write and perform unittest.