JSFiddle - React, Tailwind, and code Playground

by Nicolas PUJOL

JavaScript

var answer;
while (answer !== "yes" || answer !== "no") {
	reponse = prompt("?");
}