I want to randomly add blanks in strings and want user to fill them how can I do that in react... The string will be code snippet. Example :-
let harry=() =>{ alert("hi harry")
}
I want to create random blanks in code snippet
___ harry=(={ alert"__ __")
__
And I want so user can fill those blanks