Please you do correction in the javascript course in the date object section with the instruction following. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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