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

Fix: Exercise 6, 10 & 19 #50

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

codingkatty
Copy link

Hi! I've made some fixes to the solutions to exercise 6, 10 and 19 to make them more relevant to the requested code.


Copied from the exercise ⌨️

  • Exercise 6
    • Two const variables for your first name and favorite color.
    • Two let variables for your current location and mood.

Reassign a new value to at least one of the let variables and print it one more time with console.log().

  • Exercise 10
    • The output of the program should look like this:
What do you have left in yuan? 560
What do you have left in yen? 2455
What do you have left in won? 3280

105.5275
  • Exercise 19
    • The output should look like the following:
Nope, it isn't  5
Nope, it isn't  9
Nope, it isn't  4
My lucky number is 10!

That's all I have, thanks :)

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