+ 1
Please who can interpret this function (d) {return " " + d.date; } );
2 ответов
+ 3
It seems, that it will return a string with the date of an object d
+ 2
As i understand, you have a fonction receiving a parameter 'd'.  A  concatenation (+) with a white space is done before to return the date property from the object 'd'.



