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

Skip to content

Commit 53bd9ee

Browse files
authored
Update README.md
1 parent 454f3e7 commit 53bd9ee

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

test/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# JavaScript1 and JavaScript2 Test
22

3-
You’ll be doing a comprehension test **on paper**. It will be about the most important JavaScript concepts you’ve learned about so far (JavaScript1 and JavaScript2).
3+
You’ll be doing a comprehension test. It will be about the most important JavaScript concepts you’ve learned about so far (JavaScript1 and JavaScript2).
44

55
## Practical information
6-
- The test will start at **10.30 until 11.30**. The door will open at 10.15. **Be on time!**
7-
- It will be done on paper so please bring a pencil and eraser.
8-
- There will be 5 questions
6+
- The test will start at **10.30 until 11.30**. Please be available from 10.15 to avoid being late!
7+
- It will be done online
8+
- There will be 3 questions
99

1010
## Purpose of the test
1111
The purpose of this exam is to test your comprehension of JavaScript 1 and JavaScript 2 concepts.
@@ -29,6 +29,8 @@ These are the most important concepts that will be tested:
2929
Advice on how to optimally prepare:
3030
- Find out 2 things about each concepts listed above: (1) how does the basic structure look and (2) what is the most common use case.
3131

32+
- Be familiar with the homework submission process using Git and GitHub. This is the same procedure you'll undergo when starting and submitting your test!
33+
3234
- Ask questions through Slack to your teachers and/or your classmates
3335

3436
- Practice coding WITHOUT Google and on paper. This is very important because the test will be on paper. You can practise this by making your old homework again; but than on paper. Make sure that you can write down functions and loops without syntax errors.
@@ -59,10 +61,9 @@ Advise on how to make a test:
5961
multiplyNumbers( 6 , ……………
6062
// Return value should be 30
6163
```
64+
6265
3. Transform the given array of strings named letters into a new array with numbers (for example: `numbers = [0, 1, 2, 3 ]` ), by creating a new function called lettersToNumbers. Log the new array to the console. Return the new array. Make use of the map() array function.
6366
`const letters = [ ‘a’ , ‘b’ , ‘c’ , ‘d’ ];`
6467

6568

66-
67-
6869
If there’s anything unclear please let us know. Also, if any of you need additional support, now is the moment to let us know as we could pair you up with someone to answer any questions you may have.

0 commit comments

Comments
 (0)