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

Amanda-Nwadukwe_JS-Core1-Week1 - #215

Closed
xtremelibasic wants to merge 3 commits into
CodeYourFuture:masterfrom
xtremelibasic:master
Closed

Amanda-Nwadukwe_JS-Core1-Week1#215
xtremelibasic wants to merge 3 commits into
CodeYourFuture:masterfrom
xtremelibasic:master

Conversation

@xtremelibasic

Copy link
Copy Markdown

Volunteers: Are you marking this coursework? You can find a guide on how to mark this coursework in HOW_TO_MARK.md in the root of this repository

Your Details

  • Your Name:
  • Your City:
  • Your Slack Name:

Homework Details

  • Module:
  • Week:

Notes

  • What did you find easy?

  • What did you find hard?

  • What do you still not understand?

  • Any other notes?

Amanda has completed all the exercises in the exercise folder
Amanda has completed the mandatory exercises
Extra, mandatory and exercises completed
@@ -1,3 +1,7 @@
// Start by creating a variable `message`
var greetingStart = "Hello, my name is ";

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

var is outdated use let or const

@@ -1 +1,11 @@
// Start by creating a variables `numberOfStudents` and `numberOfMentors`

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nice!

var message = "My name is " + nameTrim + " and my name is " + myNameLength + " characters long.";

//Logging to the console
console.log(message); No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

good bit of code!

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.

3 participants