Math.js is an extensive math library for JavaScript and Node.js. Math.js comes with a function math.eval to evaluate expressions. In this blog post, we are going to see the Math.js evaluator in action with interactive code snippets powered by the KLIPSE ...
Read more »
What is a Callback function? 🤔
We know that in JavaScript, we can pass functions as an argument into another function. These functions which take other function as an argument are known as Higher-Order functions. And the functions which are passed a... (more…)
Read more »
Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in… (more…)
Read more »
A URL builder library for JavaScript. Contribute to balazsbotond/urlcat development by creating an account on GitHub. (more…)
Read more »