• [Tutorial] Implement Parenthesis Multiplication Using JavaScript & Regex

    [Tutorial] Implement Parenthesis Multiplication Using JavaScript & Regex

    When learning a new programming language, a calculator is a great way to flex your ability. Going the extra mile and tacking on extra features proves to be an even more valuable experience. In this article, I will show you how to implement a neat feature: the ability to multiply without an * operator. The...

    Read More