Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Functional chain solution in Creative category for [old] Secret Message by bryukh
const findMessage = (text) => text.split("").filter((ch) => ch.match(/[A-Z]/)).join("");
June 25, 2016
Comments: