if (error) throw error;
else
{
if(results.length>0)
{
console.log(results);
}
}
});
syntax error but i don't find out where the syntax error
Обсуждают сегодня