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

Skip to content

Commit 312fc90

Browse files
author
Noer Paanakker
committed
final test added
1 parent 5750a0a commit 312fc90

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ With this out of the way we can get started!
7474
| 1. | Application Programming Interface (API), AJAX, Modules & Libraries | [Reading W1](/Week1/README.md) | [Homework W1](/Week1/MAKEME.md) | [Lesson Plan W1](/Week1/LESSONPLAN.md) |
7575
| 2. | Promises, Fetch API, JavaScript Versions, 'this' keyword, Arrow functions | [Reading W2](/Week2/README.md) | [Homework W2](/Week2/MAKEME.md) | [Lesson Plan W1](/Week1/LESSONPLAN.md) |
7676
| 3. | Object-Oriented Programming (OOP), ES6 Classes, Async/await, Thinking like a programmer III | [Reading W3](/Week3/README.md) | [Homework W3](/Week3/MAKEME.md) | [Lesson Plan W1](/Week1/LESSONPLAN.md) |
77-
| 4. | Final JavaScript Test | [Details]() | - | - |
77+
| 4. | Final JavaScript Test | [Details](test.md) | - | - |
7878

7979
## Finished?
8080

test.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Final JavaScript Test
2+
3+
It will be about all the JavaScript you’ve learned, from JavaScript1 to JavaScript3.
4+
5+
## Purpose of the test
6+
7+
We want to make sure you understand and master the material well enough to confidently go on in the program. We also want to see if you can keep up with the pace.
8+
Test material
9+
The test will be about all main JavaScript concepts we have discussed for the past weeks of JS. The following are the most important that will be tested:
10+
11+
- `Functions & Variables`
12+
- `Scope`
13+
- `Loops`
14+
- `Callbacks & Promises`
15+
- `Array functions`
16+
- `Conditional statements`
17+
- `DOM manipulations`
18+
- `XMLHttpRequests & API calls`
19+
- `Try…catch`
20+
21+
## How to prepare optimally
22+
23+
For each of these you must be able to (1) write the basic code structure of it, (2) know when to apply them, and (3) apply it coherently with the rest of your code.
24+
25+
## What type of questions to expect
26+
27+
You are expected to solve several coding challenges. These include DOM manipulation and making API Calls.
28+
29+
## What tools to use
30+
31+
This test will be done on your laptop. You may use Google to help you out, but not the code from your homeworks.
32+
33+
## Time and location
34+
35+
The test will be held in the usual place, will start at 11.00 and takes about an hour to complete. Doors will open at 10:45 the latest so please be in time.

0 commit comments

Comments
 (0)