You are viewing a single comment's thread. Return to all comments →
function connectingTowns(n, routes) { // Write your code here let product = routes.reduce((prd,val)=> prd * val % 1234567); return product; }
Seems like cookies are disabled on this browser, please enable them to open this website
Connecting Towns
You are viewing a single comment's thread. Return to all comments →