Articoli Recenti

JS Tips #3: Greatest common divisor

The problem today is related to mathematics. Specifically, it is about finding the greatest common divisor of two positive integers. In mathematics, the grea...

JS Tips #2: Format phone number by template

Today’s problem involves formatting a phone number based on a template. It is an interesting puzzle because it is very useful. I had the opportunity, some ti...

JS Tips #1: Human Readable Time

I have decided to continue writing my solutions to CodeWars puzzles in JavaScript and TypeScript. My goal is to continue practicing and not be satisfied with...