js après maintenant

const now = new Date();
now.setMinutes(now.getMinutes() + 10);
TindyC