Skip to content

created by Joan - #4

Open
joanhdez89 wants to merge 20 commits into
masterfrom
Joan
Open

created by Joan#4
joanhdez89 wants to merge 20 commits into
masterfrom
Joan

Conversation

@joanhdez89

Copy link
Copy Markdown
Collaborator

I think I can type whatever I want here.

<html></html>

@brentonstrine brentonstrine left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Looks good!

@angefelix angefelix left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

this was good

Comment thread Week-01/guessing-game.js

// Q: In the code above, what is the value of `thud`?
// A:
// A: 5

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Almost. thud is 5 on line 31, but on line 32, thud is assigned to 1.

Comment thread Week-01/guessing-game.js

// Q: In the code above, what is the value of `dinosaur`?
// A:
// A: -200

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Close again, but -200 is the initial value of dinosaur. It is assigned to 8 on line 41 and then to 999999 on line 42, so the actual final answer is 999999.

Comment thread Week-01/guessing-game.js
// A: -200
// Q: In the code above, all of the variables above are "number" type. What do you think are the possible values of the number type?
// A:
// A: any kind of values

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Only numbers are possible values of the number type. Numbers can be whole integers (1,2,5, 10) or numbers with decimals (4.5, 0.004, 21.99999) and negative numbers (-1, -2, -5, -10).

Comment thread Week-01/guessing-game.js

// Q: In the code above, what is the value of `c`?
// A:
// A: the variable c is not define

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Exactly! In Javascript, this shows up as the value undefined.

Comment thread Week-01/homework.txt
@@ -0,0 +1,3 @@
typingSpeed: 37 wpm
brainLoadLevel: 6
brainLoadURL: https://brentonstrine.github.io/brainload/?hash=96d6Jc6

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Awesome job!

Comment thread Week-01/mystory.txt
6 years of hard studying, without no strength to keep fighting I had to complete a final project
for my graduation. Those 6 months were really stressful for me, running against the time and perfection.

And this is my developer story.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

What a fantastic story!

@brentonstrine brentonstrine left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Great job! I will merge this in class today.

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.

3 participants