Please you do correction in the javascript course in the date object section with the instruction following. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Please you do correction in the javascript course in the date object section with the instruction following.

//Sat Jun 11 1988 11:42:00 var d3 = new Date(88,5,11,11,42,0,0);

28th Mar 2017, 4:27 PM
Luis Oscar Salazar GĆ³mez
Luis Oscar Salazar GĆ³mez - avatar
1 Resposta
+ 1
the solution is.. //Sat Jun 11 1988 11:42:00 var d3 = new Date(88,6,11,11,42,0,0);
28th Mar 2017, 4:29 PM
Luis Oscar Salazar GĆ³mez
Luis Oscar Salazar GĆ³mez - avatar