JSFiddle - React, Tailwind, and code Playground
by roskoshinsky
JavaScript
const task5 = (s, r) => s
.split("")
.reduce((acc, v) => {
}, "");
by roskoshinsky
const task5 = (s, r) => s
.split("")
.reduce((acc, v) => {
}, "");