Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49926d6

Browse files
authored
Typo's and stuffff
1 parent d6bcdb0 commit 49926d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
![JavaScript1](./assets/javascript1.png)
99

10-
In this module you'll make a start into wonderful world of programming. We will be using the programming language `JavaScript` to do this. You'll learn about the basic buildings of programming: `loops, functions, control flow and more. Consider these as the ABC's of programming, without them it's impossible to write working software!
10+
In this module you'll make a start into wonderful world of programming. We will be using the programming language `JavaScript` to do so. You'll learn about the basic buildingblocks of programming: `loops, functions, control flow and more. Consider these as the ABC's of programming, without them it's impossible to write working software!
1111

1212
You'll be learning two main things:
1313

14-
1. Various fundamental concepts within programming
15-
While we're using JavaScript to illustrate these concepts, it's important to keep in mind that what you will learn is applicable to **any** programming language. They might differ in syntax (a fancy way of saying the way the arrangement of words in a language in order for it to make sense), but the functionality will be the same: a loop will always be a loop.
14+
1. Fundamental concepts in programming
15+
While we're using JavaScript to illustrate these concepts, it's important to keep in mind that what you will learn is applicable to **any** programming language. They might differ in syntax (a fancy term for the arrangement of words in a language in order for it to make sense), but the functionality will be the same: a loop will always be a loop.
1616

1717
This should be your mindset when you're learning concepts: **I'm learning how to become a software developer that can adjust to any language used, because I know what the underlying principles and concepts are**.
1818

@@ -23,7 +23,7 @@ You'll be learning two main things:
2323

2424
## Before you start!
2525

26-
In order to test your JavaScript you'll be using software that will execute your files from the command line. This software is called [Node.js](https://nodejs.org/en/download/). Download the Long-Term Support (LTS) version for your specific operating system.
26+
In order to test your JavaScript code, you'll be using software that will execute your files from the command line. This software is called [Node.js](https://nodejs.org/en/download/). Download the Long-Term Support (LTS) version for your specific operating system.
2727

2828
- For Windows, click [here](https://nodejs.org/dist/v10.16.0/node-v10.16.0-x64.msi)
2929
- For Mac, click [here](https://nodejs.org/dist/v10.16.0/node-v10.16.0.pkg)
@@ -42,20 +42,20 @@ It should show you version `v10.14.2` or higher.
4242
In order to successfully complete this module you will need to master the following:
4343

4444
- Have an idea of what computer programming is
45-
- Learn about the basic buildings of JavaScript
45+
- Know the basic buildingblocks of JavaScript
4646
- Correctly write and use variables, functions and loops
4747
- Understand the control flow
48-
- Learn how to think like a programmer
48+
- Think like a programmer
4949

5050
## How to use this repository
5151

52-
This repository consists of 3 essential parts:
52+
This repository consists of 3 parts:
5353

5454
1. `Reading materials`: this document contains all the required theory you need to know _**while**_ you're coding. It's meant as both study material and as a reference to understand what you're doing.
5555
2. `Homework`: this document contains the instructions for each week's homework.
5656
3. `Lesson Plans`: this part is meant for teachers as a reference. However, as a student don't be shy to take a look at it as well!
5757

58-
After your first class you should start off with checking the `reading materials` for that week. At the beginning that would be the [Week 1 Reading](/Week1/README.md). Study all the concepts and try to get the gist of everything. After, you can get started with the `homework` for that week.
58+
After your first class you should start with checking the `reading materials` for that week. So, for the first time that is the [Week 1 Reading](/Week1/README.md). Study all the concepts and try to get the gist of everything. After, you can get started with the `homework` for that week.
5959

6060
If you have any questions or if something is not entirely clear ¯\\\_(ツ)\_/¯, please ask/comment on Slack!
6161

0 commit comments

Comments
 (0)