Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDoug Hawkinson
Full Stack JavaScript Techdegree Student 25,073 PointsFSJS Techdegree Project 01 Date Question
The following is excerpted from the grading section of the project.
//Objects in array include quote, and source, as well as citation and date properties, if that information is known.
With respect to the date properties, which date is to be used: The date the quote was first made, The date the quote was compiled in the source, The date I located the quote or some other date?
1 Answer
Jay Padzensky
4,731 PointsHi Doug!
Have you received an answer or figured it out? If not, this might be a great question to ask in the FSJS Slack channel!
Doug Hawkinson
Full Stack JavaScript Techdegree Student 25,073 PointsDoug Hawkinson
Full Stack JavaScript Techdegree Student 25,073 PointsJay:
As I began to look at quote websites I noticed that part of a proper citation includes the date the page was accessed. In the absence of any other date, I think that may be it. But you are right I should check with the Slack group. Actually that hadn't yet occurred to me yet. Thanks for the heads up.