I am still a layman in JS, but I believe that this question is simple, so if you enter a numeric value instead of letters, it will write on the screen 'Wrong Instance!' and if he type some letter other than my name 'Elienay' he would return to question, repeat it again
var name = prompt("Digite seu nome:","");
if (name=="Elienay") {
document.write("Exato");
}
else if(name== 0 to 999){
document.write("Instancia errada!");
}
else if(name != "Elienay"){
}