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

WEST_MIDLANDS CLASS_3 - TENZIN_SAMDUP - JAVASCRIPT_CORE1 - WEEK_1 - #190

Closed
tenzyns wants to merge 19 commits into
CodeYourFuture:masterfrom
tenzyns:master
Closed

WEST_MIDLANDS CLASS_3 - TENZIN_SAMDUP - JAVASCRIPT_CORE1 - WEEK_1#190
tenzyns wants to merge 19 commits into
CodeYourFuture:masterfrom
tenzyns:master

Conversation

@tenzyns

@tenzyns tenzyns commented Aug 11, 2021

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: Tenzin Samdup
  • Your City: West Midlands
  • Your Slack Name: Tenzyn

Homework Details

  • Module: Javascript Core 1
  • Week: 1

Notes

  • What did you find easy?

  • Writing the simple functions

  • What did you find hard?

  • I don't understand how to write the function for 8ball; It was hard to find the function for rounding numbers to 2 decimal place as the to.Fixed(2) output number to string characters.

  • What do you still not understand?

  • I still don't know how to write the function for magic 8 ball, especially the 1st function about, asking a question, shaking the ball and getting an answer. I wonder how to write the function that gives one of the 20 answers.

  • Any other notes?

tenzyns added 17 commits August 8, 2021 16:26
Corrected syntax errors
Logic error fixed
Added comments and corrected the 3rd function
Sales tax function created
Exercise B completed
completed exercise C
Added variable and typeof command
Greetings concatenation added.
My name's character length is printed.
used string trim function and character length.
G-numbers exercise completed
Floats exercise completed
2 exercises in J-function folder completed. Added function that halves a number and another function that triples a number.
Completed exercises on function parameters.
Shouty greeting completed
currency conversion test passed
Completed nested functions

@Roman-Hal Roman-Hal 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.

Great job. I like the coding you have done.


let message = "Save the planet earth!"
console.log(message);
let messageType = typeof message;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Looks great. typeof message can be added directly into the console.log without creating additional variable. I like your work.

Magic ball solved.
Updated if statement for function checkAnswer().
@github-actions

Copy link
Copy Markdown

Your coursework submission has been closed because nobody has interacted with it in six weeks. You are welcome to re-open it to get more feedback.

@github-actions github-actions Bot added the Stale label Oct 20, 2021
@github-actions github-actions Bot closed this Oct 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants