Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1015 Bytes

README.md

File metadata and controls

60 lines (38 loc) · 1015 Bytes

Sololearn JavaScript Exercises

A series of JavaScript exercises from Sololearn

Project

From zero to FullStack - an unofficial course led by Pedro Soares with the aim of guiding and helping two friends to learn programming and become sotfware developers.

Introduction

This repository aims to create .js files to answer exercises from Sololearn.

Technologies

Setup

Run locally

Create and go to the directory where you want to place the repository

    cd directory

Clone the project

  git clone https://github.com/from-zero-to-fullstack/sololearn-javascript-exercises

Go to the project directory

  cd sololearn-javascript-exercises

Open in Visual Studio Code

  code .

Install dependencies

  npm install

Execute unit tests

  npm run test

License

MIT