Question: JAVASCRIPT PLZ, be detailed for each step let word = HORSE when the user clicks start, reveal any instances of the letters R,S,T, L, N,
JAVASCRIPT PLZ, be detailed for each step
let word = HORSE
when the user clicks start, reveal any instances of the letters R,S,T, L, N, or E
SO, the output would be " - - R S E".
you can start the code like:
document.getElementById("start").addEventListener("click", function(){
})
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
