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

Skip to content

Commit 7cc7639

Browse files
authored
Update README.md
Updated link
1 parent 578a449 commit 7cc7639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ These are the topics for week 3:
88
2. [Scope](https://study.hackyourfuture.net/#/javascript/scope)
99
3. [Modern JS](https://study.hackyourfuture.net/#/javascript/modern-js)
1010
4. [Continue with Your personal brand](https://github.com/HackYourFuture/yourpersonalbrand)
11-
5. [Testing code](https://www.ministryoftesting.com/dojo/series/the-testing-planet-2017/lessons/so-what-is-software-testing)
11+
5. [Testing code](https://www.ministryoftesting.com/articles/e463d4ba?s_id=14519957)
1212
- [Assertion](https://study.hackyourfuture.net/#/testing/assertion)
1313

1414
## Week goals
@@ -18,7 +18,7 @@ These things will take the power of what you can do to another level, as it allo
1818

1919
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. You can skip the sections that are about Promises and async/await for now, we will get there in the Using API's module. 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.
2020

21-
Lastly we want to introduce the first steps to testing code. Let's first have a look at what software testing is and why we do it [here](https://www.ministryoftesting.com/dojo/series/the-testing-planet-2017/lessons/so-what-is-software-testing). The simplest form of testing is using assertions, have a look what that is [here](https://study.hackyourfuture.net/#/testing/assertion), we will introduce this more in your homework.
21+
Lastly we want to introduce the first steps to testing code. Let's first have a look at what software testing is and why we do it [here](https://www.ministryoftesting.com/articles/e463d4ba?s_id=14519957). The simplest form of testing is using assertions, have a look what that is [here](https://study.hackyourfuture.net/#/testing/assertion), we will introduce this more in your homework.
2222

2323
Also, don't forget about the [personal brand repo](https://github.com/HackYourFuture/yourpersonalbrand) if you didn't manage to complete it last week.
2424

0 commit comments

Comments
 (0)