Variable.
js
Diff bw the text file and js file are certain keywords they compile and interpret
[Link]=for ex
Const accountId = 144553
[Link](accountId);
Const can't be changed
[Link](for variable)= for ex
Let accountEmail ="hitesh@[Link]"
[Link] = for ex
Var accountPassword = "12345"
4. [Link]([accountid ,accountEmail,account Password,accountcity])
Var had scope issue (block and functional scope )which is bracket issue because
people if used same keyword changes whole document
Now use Let.
/*
Comment
*/
In js you can declare var directly with keyword even without Let var or const
If u just declare var and not write its value ,it is declared undefined