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
April 2024
21 minutes
4.3/5(98)

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 54 questions in Javascript.Discover all our interview questions and answers here
1.
developer avatar
Ahmed Saber
2907 points
2.
developer avatar
Alwyn
2732 points
3.
developer avatar
Régis
2715 points
4.
developer avatar
Anne
2711 points
5.
developer avatar
Emeric
2709 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.

Contributors27
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

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 54 test questions.Participate in test improvement

Developers ratings

developer avatar
Olivier
17/04/2024
developer avatar
iopensourcedev Doe
17/04/2024
developer avatar
Luis Miguel Robles
30/03/2024
developer avatar
Silviu Daniel Bancila
28/03/2024
developer avatar
Emmanuel ARON-SAMUEL
23/03/2024
Parfois un peu vague (manque de rigueur selon moi)