Yngvarr

Generation

generate functionMon, 17 Apr 2023

после каждой цифры вставить случайную букву

function random(a) { a = '$a' .map((v, i) => (i % 2 == 0) ? v: v + String.fromCharCode(97 + Math.floor(Math.random() * 26)), '') return a; } random(123)

Questions about programming?Chat with your personal AI assistant