Fix broken link

This commit is contained in:
Yash Ghelani
2017-12-15 21:03:53 +05:30
committed by GitHub
parent 0c89d5ae69
commit b10aa40c1b

View File

@ -967,7 +967,7 @@ const speak = message => {
[⬆ back to top](#table-of-contents)
## Node
### Write a JSON to a file
### Write JSON to file
Use `fs.writeFile()`, template literals and `JSON.stringify()` to write a `json` object to a `.json` file.