using dotenv with vanilla js code example
Example 1: how to use dotenv in javascript
#in you cmd type this command
npm i dotenv
#and then require it in you javascript using :
require("dotenv").config()
Example 2: how to use dotenv in javascript
dotenv file use