run fuction after 1 seconds js code example Example: javascript wait 1 second setTimeout(() => {console.log('1 second finished!')}, 1000);