You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is repo for general programming tasks I solve from different sources. Most of them does not keep solution, so I keep it here for further research.
To run code I use node --watch ./code/maxNMin.js
To run tests npm i, npm run test
About
General programming tasks solutions. Mainly from codewars.com