onsare / find_min_max_js

Find minimum and maximum values in an array and return values in a list in the following order [min,max]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test_find_max_min_js

jas_screenshot

How to run

  • You should have node and bower installed globally
  • git clone this repository
  • run bower install jasmine-core
  • cd into /test
  • open index.html

About

Find minimum and maximum values in an array and return values in a list in the following order [min,max]


Languages

Language:JavaScript 50.9%Language:HTML 49.1%