-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
const accountId = 144553 | ||
let accountEmail = "[email protected]" | ||
var accountPassword = "12345" | ||
accountCity = "Jaipur" | ||
let accountState; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
// accountId = 2 // not allowed | ||
|
||
|
||
accountEmail = "[email protected]" | ||
accountPassword = "21212121" | ||
accountCity = "Bengaluru" | ||
|
||
console.log(accountId); | ||
|
||
/* | ||
Prefer not to use var | ||
because of issue in block scope and functional scope | ||
*/ | ||
|
||
|
||
console.table([accountId, accountEmail, accountPassword, accountCity, accountState]) |
8 comments
on commit 3400161
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very useful for beginner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot sir.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very use full sir
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank u sir for such a wonderful explanation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how cani take these
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am new here i dont know how to use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just first time open github started looking history @hiteshchoudhary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thankyou sir
thank you sir