Skip to main content
1 of 2
Rex Miller
  • 2.7k
  • 1
  • 19
  • 26

Try

setTimeout(function() { return true; }, 10000);

The first argument expects a function. This is from memory; I haven't tested it.

Rex Miller
  • 2.7k
  • 1
  • 19
  • 26