/JsExercises

I will be doing some practice exercises with javascript. You can find math exercises, ordering algorithms and logic exercises

Primary LanguageJavaScriptMIT LicenseMIT

JsExercise

Here you will find different programming exercises done with javascript and typescript

The exercises are about math exercises, ordering algorithms and logic exercises

  • Te ayudara a mejorar en matematica en programacion
  • You will see different examples of sorting algorithms
  • ✨You can practice your programming logic

Installation

JsExercise requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the program.

cd JsExercise
npm i
node app

List of exercises

Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Plugin Category README
Calculate time interval Javascript - Math /exercise-01/
Calculate the diagonals of a polygon Math /exercise-02/