Sobes.tech
Junior — Senior

What will be displayed in the console when executing example №92

livecode

Task condition

Specify what text will be output to the console after executing the following code:

while (true) {
  setTimeout(console.log('Test'))
}