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