In require('./lib.js') we did we use './' and not directly write require('lib.js')?

in require(’./lib.js’) we did we use ‘./’ and not directly write require(‘lib.js’)?

why are you not answering

./ means the current directory

…/ means the parent of the current directory, not the root directory

/ is the root directory

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.