For 8.6 code practice: Question 1 It keeps says it's an infinite loop and it will not work can someone give me the code that will work please.

Respuesta :

Answer:

Javascript:

while(true) {

console.log("Infinate javascript loop")

}