Codewars Total amount of points – Easy Solution Javascript (8 kyu)
This is the solution for the Codewars Total amount of points question in Javascript with a simple & easy to understand code and explanation. Task: Our football team finished the championship. The result of each match looks like “x:y”. Results of all matches are recorded in the collection. For example: [“3:1”, “2:2”, “0:1”, …] Write … Read more