Skip to content

Conversation

@cuilhan
Copy link

@cuilhan cuilhan commented Aug 25, 2019

No description provided.

Copy link
Collaborator

@epq epq left a comment

Choose a reason for hiding this comment

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

👍


// Q3 - Declare a variable age and initialize it with an integer, using these exact steps:
let myAge; // i
console.log("the value of age will be: 32"); // ii
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe the instructions were not clear. This step was asking you what you thought the value of age was from line 10, before you initialized it.


// Q4 - Declare a variable name and assign a string to it.
let newVar = "lemon";
console.log("the value of my string will be: lime"); // i
Copy link
Collaborator

Choose a reason for hiding this comment

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

mistake here? newVar is not yet lime.

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 this pull request may close these issues.

2 participants