All Questions
2 questions
5
votes
1
answer
595
views
Quadratic Equation Solver v2.0 in Javascript using Functional Programming
I have posted this in continuation to my earlier post Quadratic equation solver in JavaScript.
Tried to improve on the shortcomings last time and also changed the logic. It is still not covering all ...
1
vote
2
answers
81
views
Functional method for storing a query string as a simple key-value object
I'm working on an isomorphic javascript module (query-hash) to handle query strings and base64 tokens. It's essentially a simple key-value object with methods for taking in data and giving it back in ...