diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-17 01:19:48 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-17 01:19:48 +0000 |
| commit | 74ac21250ebd3447ac2ed822f3e18585b90cded8 (patch) | |
| tree | bdb18b52fb771b77fafd510d268752c07116d1dc /node_simple.js | |
| parent | 634477f10f6f0cc72e31b2fb53cf77d9e2331550 (diff) | |
comments on the last function
Diffstat (limited to 'node_simple.js')
| -rw-r--r-- | node_simple.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/node_simple.js b/node_simple.js index 156a106..c989d43 100644 --- a/node_simple.js +++ b/node_simple.js @@ -58,6 +58,13 @@ var uri = 'mongodb://general:assignment4@ds057862.mlab.com:57862/solutions_repo' title: "Thry of Computation" };*/ +/*var solution = { + exam_id: 578a44ff71ed097fc3079d6e, + q_id: 1, + text: "this is an answer to qId1", + votes: 0 +};*/ + //************************************************************************************* //************PRELIMINARY TESTING****************************************************** |
