Articoli Recenti

JS Tips #9: Highest Scoring Word

The problem today is quite simple. It concerns arrays, strings, and character encoding within JavaScript. In addition to a pinch of elementary mathematics, s...

JS Tips #7: Snail Sort

The problem today is a level 4 Kyu problem according to the CodeWars scale. It is a matrix problem in JavaScript. Or to put it another way, it is a problem o...