Test Javascript - Fundamentals

Test Javascript with answers to assess your knowledge and prepare for job interviews. Assess your technical level in 20 minutes.

Validate and promote your skills
Private results unless you share them
Compare your results to the developers average

Test details

Beginner
September 2024
21 minutes
4.3/5(177)

The proposed test allows you to test your skills and knowledge in the Javascript scripting programming language. It is made up of questions intended for people who have already had experience using this language, but not necessarily very advanced. It is also an opportunity to test your general knowledge in an area that is at the heart of all web development today. Here are the concepts covered:

  • Array methods
  • Variables (types, scope, declaration, mutability)
  • object-oriented programming
  • loops
  • The operators
  • Functions
  • Instance methods
  • Dot notation
  • Unit and functional tests
  • The evolutions of javascript and its link with ecmascript
This test consists of 20 questions randomly selected from a database of 56 questions in Javascript.Discover all our interview questions and answers here
2.
developer avatar
Daniel MURRAY
2696 points
3.
developer avatar
Yves
2650 points
4.
developer avatar
Thomas
2604 points
5.
developer avatar
Antoine Amoroso
2600 points

Test author : Kahina

ETIC INSA technologies is the “junior enterprise” of INSA Lyon. It carries out expertise for companies ranging from multinational groups to very small ones in almost all domains of engineering.

Contributors32
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
developer avatar
Participate in test improvement

Sample question

Understanding the differences between map() and forEach() methods in JavaScript

const numbers = [1, 2, 3, 4, 5];

const doubledNumbers1 = numbers.forEach((num) => {
  return num * 2;
});

const doubledNumbers2 = numbers.map((num) => {
  return num * 2;
});
See 56 test questions.

Developers ratings

developer avatar
Yves
18/12/2024
developer avatar
13/12/2024
developer avatar
Mathias Mauge
13/12/2024
developer avatar
Olatunde
08/12/2024
Good questions and the timing is sufficient
developer avatar
28/11/2024