My code eliminates the successive chains when there are 2 equal chains but when there is more, it does not eliminate.
Example with 2 successive chains equal "a", "a"
var string = ["a", "a", "b", "c", "d", "e", "f", "g"];
elimin...
asked by
16.01.2018 / 21:01