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

London9 - Lorena Capraru - Javascript- Week2 - #447

Open
LorenaCapraru wants to merge 9 commits into
CodeYourFuture:masterfrom
LorenaCapraru:master
Open

London9 - Lorena Capraru - Javascript- Week2#447
LorenaCapraru wants to merge 9 commits into
CodeYourFuture:masterfrom
LorenaCapraru:master

Conversation

@LorenaCapraru

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: Lorena
  • Your City: London
  • Your Slack Name: Lorena

Homework Details

  • Module: Javascript
  • Week: 2

Notes

  • What did you find easy?

  • everything

  • What did you find hard?

  • nothing

  • What do you still not understand?

  • i understood it all.

  • Any other notes?

@ehwus ehwus left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This is an excellent submission - the tests are passing, and the code is readable and makes sense. I would just:

Great effort, looking forward to seeing your CS skills continue to come through like this throughout the course!

@@ -1,2 +1,9 @@
var numberOfStudents = 15;
var numberOfMentors = 8;
var sum = numberOfMentors + numberOfStudents;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hi as a new developer it is better to use let or const instead of using var. The fact about const and let is you can’t re-assign another value to the constant x, however let allows you to declare variables.

@@ -1,3 +1,4 @@
const nameD = " Daniel ";
let message ="My name is " +nameD.trim() +" and my name is " + nameD.trim().length +" characters long.";
//print the message

@SagharHosseinmardi SagharHosseinmardi Nov 25, 2022

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hi as a new developer it is better to use let or const instead of using var. The fact about const and let is you can’t re-assign another value to the constant x, however let allows you to declare variables.
nice try this looks great

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