#javascript
Read more stories on Hashnode
Articles with this tag
This was code Wars kata problem. Here is the question: DESCRIPTION: Write a function that calculates the average of the numbers in a given list. Note:...
Solving code wars kata problem: replacing vowels with numbers. In this problem, we are required to replace vowels in a given string with some numbers...
Code wars solution. · This is the simplest solution to the Code Wars kata Problem I solved today. Here is the instruction: Write a function that when...
Pure functions in a nutshell. · This article is a continuation of my previous article that i wrote on functional programming. If you haven't gone though...
This is a one part series of more to come on the subject functional programming. JavaScript is a multi-paradigm language that allows you to freely mix...
codewars kata with iterables in JavaScript · This will be a relatively short article written to solve the codewars problem 'Unique In Order' where we are...