Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace undefined with err x is not defined #11

Open
Dev-anuj opened this issue Mar 7, 2021 · 1 comment
Open

replace undefined with err x is not defined #11

Dev-anuj opened this issue Mar 7, 2021 · 1 comment
Assignees

Comments

@Dev-anuj
Copy link
Contributor

Dev-anuj commented Mar 7, 2021

// code example 5

getName();
console.log(x);
console.log(getName)

function getName(){
console.log("Namaste JavaScript");
}

Output:

Namaste JavaScript

undefined

f getName(){ console.log("Namaste JavaScript); }

**for x it will come to err x is not defined. please check epi 3 notes

assign it to me i will love to contribute.**

@sohamsshah
Copy link
Collaborator

Thanks for pointing this out!
Please refer the comments on #4 as well while tackling this.

Dev-anuj added a commit to Dev-anuj/JavaScriptONLY that referenced this issue Mar 8, 2021
@Dev-anuj Dev-anuj mentioned this issue Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants