Difference Between global and
Lets differentiate and understand about global and globalThis used in nodejs or any JS ecosystem like whether it will be in browser , nodejs, deno, web workers etc. What is global ? global means glo
Search for a command to run...
Articles tagged with #chaicohort
Lets differentiate and understand about global and globalThis used in nodejs or any JS ecosystem like whether it will be in browser , nodejs, deno, web workers etc. What is global ? global means glo
Lets learn about path module of nodejs path module helps to get files and directory and works with it and write code for cross platform code . like getting files from any operating system like macos,
what is .git folder ? it is folder which git create when we initialize any project to track by th command `git init`. git use this folder to store all the commits, tags, blobs, tree , heads, branch any many other things to keep track our changes in f...

What is Github ? it is hosted platform of git repo . there are many such platforms like Bitbucket, Gitlab etc. Uses: - to push code in cloud. - it enables collaboration with other developers. - Open Source Projects - we can access code from anywhere ...
