javascript execute in 1 second code example Example: javascript wait 1 second setTimeout(() => {console.log('1 second finished!')}, 1000);