p
w
d
Find your path

Validate

Imagine you're navigating through a maze of folders, and you lose track of your location:pwd.devis like having a GPS that tells you exactly where you are and where you want to be.

pwd helps you validate your path.


code:
something.js
+
1
async function sayHello(name) {
+
2
console.log('Hello', name);
+
3
}
js