Author | Message |
---|---|
nextmatrixman
Posts: 57
|
Posted 22:34 Oct 13, 2015 |
In the sample code of hw3 prompt 5: node cli.js --trivia 35000 --save facts.json It seems that the first object in the file is reflecting the result of the command on the top line. However, the time stamp of the first object is OLDER than that of the second. Last edited by nextmatrixman at
22:36 Oct 13, 2015.
|
ngosrani
Posts: 31
|
Posted 12:54 Oct 14, 2015 |
You would have to append the latest addition at the end. Last edited by ngosrani at
16:13 Oct 15, 2015.
|