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

Skip to content

Commit 417d967

Browse files
authored
Update README.md
1 parent 37cd404 commit 417d967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ These are the topics for week 3:
1111
## Week goals
1212
This week is the last week of explaining all the basic building blocks that JavaScript offers for you to work with. The last one is called functions, read all about them [here](https://study.hackyourfuture.net/#/javascript/functions). Functions bring along with them a concept called the scope that you may have encountered a bit last week but we want to explicitely explain now. Read about scope [here](https://study.hackyourfuture.net/#/javascript/scope).
1313

14-
These things will take the power of what you can do to another level, as it allows you to group a certain set of lines of code into a single 'action' to take. Making it reusable in other places as well helping you organise your code, which will help a lot when you start writing more and more code. This also brings us to another principle of programming that we want you to get into the habit of doing, that is the DRY (Don't Repeat Yourself) principle. Read about that [here](https://study.hackyourfuture.net/#/programming/dont-repeat-yourself)!
14+
These things will take the power of what you can do to another level, as it allows you to group a certain set of lines of code into a single 'action' to take. Making it reusable in other places as well helping you organise your code, which will help a lot when you start writing more and more code.
1515

1616
Now that you have learned all the basic blocks it is time to tell you about the different versions of JavaScript. JavaScript has been evolving over its lifetime and certain syntax has been added. Have a look in your study book at the topic of what is called 'Modern JS' [here](https://study.hackyourfuture.net/#/javascript/modern-js). Throughout the curriculum we will be expecting you to use the modern syntax as that is most likely what you will be programming in. There is also a section on the history of JavaScript in there, you do not need to know this but we recommend it if you have some time to spare as it is very interesting.
1717

0 commit comments

Comments
 (0)