We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
// 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.**
The text was updated successfully, but these errors were encountered:
Thanks for pointing this out! Please refer the comments on #4 as well while tackling this.
Sorry, something went wrong.
Fixed Error
713e165
Fixed codesONLY#11
Dev-anuj
Successfully merging a pull request may close this issue.
// 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.**
The text was updated successfully, but these errors were encountered: