Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Birmingham_wm4_class2_Seble_Gebrselassie_JavaScript-Core-1-Coursework-Week3 - #100

Open
hanakisu wants to merge 1 commit into
CodeYourFuture:mainfrom
hanakisu:main
Open

Birmingham_wm4_class2_Seble_Gebrselassie_JavaScript-Core-1-Coursework-Week3#100
hanakisu wants to merge 1 commit into
CodeYourFuture:mainfrom
hanakisu:main

Conversation

@hanakisu

Copy link
Copy Markdown

No description provided.

// Example 1
let a;
console.log(a);
console.log(a);// 'a' has already been declared

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'a' hasn't been assigned any value, it is just an empty variable, that's why it's coming up as undefined.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants