JSFiddle - React, Tailwind, and code Playground

by Alex Myronov

JavaScript

/* 
Examples:
Input: S = "a1b2"
Output: ["a1b2", "a1B2", "A1b2", "A1B2"]
*/

const permutate = (str) => {
	console.log('yay')
}