Showing
1 changed file
with
2 additions
and
1 deletions
... | @@ -15,4 +15,5 @@ stringJson = sampleJson.toString(); | ... | @@ -15,4 +15,5 @@ stringJson = sampleJson.toString(); |
15 | console.log(sampleJson.toString()); | 15 | console.log(sampleJson.toString()); |
16 | console.log(typeof(stringJson)); | 16 | console.log(typeof(stringJson)); |
17 | 17 | ||
18 | -console.log("hello"); | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
18 | +console.log("hello"); | ||
19 | +console.log("bye"); | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment