showing results for - "js after 1 second"
Clara
11 Aug 2018
1const now = new Date();
2now.setSeconds(now.getSeconds() + 1)