I have an application in vue js, which registers a task, I would like to be notified 5 minutes before the task happens, I have the following code.
function getData(){
let data = new Date();
let dia = data.getDate();
if (dia.t...
asked by
29.01.2018 / 13:13