Closed shahzdvp closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
some-drops-of-javascript | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 24, 2024 10:15am |
Thank you @shahzdvp for the PR. Very helpful!
Add documentation for process.cwd()
This pull request adds documentation for the
process.cwd()
method in Node.js, along with a simple example demonstrating its usage.Changes Made
src/content/docs/06-files/01_files-cwd.md
with comprehensive documentation onprocess.cwd()
.examples/06-01_process-cwd.mjs
showing basic usage ofprocess.cwd()
.Documentation Contents
The new documentation file includes:
process.cwd()
doesExample File
The example file demonstrates:
process.cwd()
to create file pathsChecklist
examples
directorybun run format-examples-bun
to format the exampleI welcome any feedback or suggestions for improvement. Thank you for reviewing this contribution!