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

Added fundamentals#27

Merged
mkruijt merged 11 commits intoHackYourFuture:masterfrom
remarcmij:master
Dec 17, 2017
Merged

Added fundamentals#27
mkruijt merged 11 commits intoHackYourFuture:masterfrom
remarcmij:master

Conversation

@remarcmij
Copy link
Contributor

  • loops
  • scope

@remarcmij remarcmij requested a review from mkruijt December 15, 2017 17:27
Copy link
Member

@mkruijt mkruijt left a comment

Choose a reason for hiding this comment

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

Hi @remarcmij thank you for rearranging the reviews. Can you explain why you changed the some of the topics to lowercase?

Week2/MAKEME.md Outdated
• Variables [var, let, const]
• Basic Data types [Strings, Numbers, Arrays, Booleans]
• Variables (var, let, const)
• Basic Data types (strings, numbers, arrays, booleans)
Copy link
Member

Choose a reason for hiding this comment

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

hi @remarcmij why lowercase?

README.md Outdated
|----|-----|----|--------|
|0.|Preparation for your first JavaScript session|[Pre-reading](/Week0/README.md)|-|
|1.|Git Session with Unmesh|[Reading Week 1](/Week1/README.md) | [Homework Week 1](/Week1/MAKEME.md)|
|2.|• Intro JavaScript (What is it, where can you use it for)<br>• [Variables (var, let, const)](fundamentals/variables.md)<br>• [Basic Data types (strings, numbers, arrays, booleans)](fundamentals/values.md)<br>• [Operators](fundamentals/operators.md)<br>• [Naming conventions](fundamentals/naming_conventions.md)|[Reading Week 2](/Week2/README.md)|[Homework Week 2](/Week2/MAKEME.md)|
Copy link
Member

Choose a reason for hiding this comment

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

Why did you change (strings, numbers, arrays, booleans) to lowercase?

Copy link
Contributor Author

@remarcmij remarcmij Dec 16, 2017

Choose a reason for hiding this comment

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

@mkruijt String, Number and Boolean refer to the constructor functions. The lowercase versions refer to the primitive values. But if you prefer to stick to uppercase, that's fine with me too.

> typeof Number
'function'
> typeof 10
'number'
>

|0.|Preparation for your first JavaScript session|[Pre-reading](/Week0/README.md)|-|
|1.|Git Session with Unmesh|[Reading Week 1](/Week1/README.md) | [Homework Week 1](/Week1/MAKEME.md)|
|2.|• Intro JavaScript (What is it, where can you use it for)<br>• [Variables (var, let, const)](fundamentals/variables.md)<br>• [Basic Data types (strings, numbers, arrays, booleans)](fundamentals/values.md)<br>• [Operators](fundamentals/operators.md)<br>• [Naming conventions](fundamentals/naming_conventions.md)|[Reading Week 2](/Week2/README.md)|[Homework Week 2](/Week2/MAKEME.md)|
|3.|• Git work flow :smiling_imp:<br>• [Advanced data types (objects)](fundamentals/objects.md) <br>• [Conditional execution](fundamentals/conditional_execution.md) <br>• [Statements vs Expressions](fundamentals/statements_expressions.md)<br> • [Loops (for/while)](fundamentals/loops.md)<br>• [Functions](fundamentals/functions.md) <br>• [Scope](fundamentals/scope.md)|[Reading Week 3](/Week3/README.md)|[Homework Week 3](/Week3/MAKEME.md)|
Copy link
Member

Choose a reason for hiding this comment

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

same question as above

```

(Curious to know what a `foo` is? Check [this article](https://en.wikipedia.org/wiki/Metasyntactic_variable) on WikiPedia.)

Copy link
Member

Choose a reason for hiding this comment

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

nice addition!

@mkruijt mkruijt merged commit fbf518a into HackYourFuture:master Dec 17, 2017
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.

2 participants