javascript do something after 1 second code example Example: js after 1 second const now = new Date(); now.setSeconds(now.getSeconds() + 1)