You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# JavaScript1 and JavaScript2 Test
2
2
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).
4
4
5
5
## 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
9
9
10
10
## Purpose of the test
11
11
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:
29
29
Advice on how to optimally prepare:
30
30
- 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.
31
31
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
+
32
34
- Ask questions through Slack to your teachers and/or your classmates
33
35
34
36
- 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:
59
61
multiplyNumbers( 6 , ……………
60
62
// Return value should be 30
61
63
```
64
+
62
65
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.
63
66
`const letters = [ ‘a’ , ‘b’ , ‘c’ , ‘d’ ];`
64
67
65
68
66
-
67
-
68
69
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