Test Javascript

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

Intermediate
December 2024
14 minutes
4.2/5(87)

This test is about the following skills:

  • The basics of the language: declaration of variables, manipulation of arrays, calls to functions and associated contexts, etc.
  • The use of JavaScript as an object-to-prototype language to structure its code
  • Knowledge of some classic JavaScript pitfalls
  • Know how to develop JavaScript applications in browsers by making the most of the DOM
  • The culture of the ecosystem around JavaScript to be able to develop faster and more efficiently: JS overlays, the use of JavaScript outside browsers, libraries to make Single-Page Apps.
This test consists of 20 questions randomly selected from a database of 79 questions in Javascript.Discover all our interview questions and answers here
2.
developer avatar
Lively Cougar
2660 points
3.
developer avatar
Fabien Macip
2636 points
4.
developer avatar
Thomas
2607 points
5.
developer avatar
Yoann mauline
2578 points

Test author : Bruno Michel

This JavaScript test was designed by an expert, Bruno Michel, currently technical director at AF83.
With over 8 years of development experience, Bruno passionately pushes the boundaries of technology. Technical Director of AF83 by day, Bruno is also a tireless advocate for the development of Open Source communities by night. He is the main developer of LinuxFr.org , the French reference site on Free Software, he also organized the first ParisJS meetup and speaks as a speaker at many events.
Here is his Github

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

Sample question

What will the following code display?

var names = ['Lea', 'John', 'Rachel', 'Yehuda'];
(function(){
    for(name in names){
        console.log(name);
    }
})();
See 79 test questions.

Developers ratings

developer avatar
Fabien Macip
14/12/2024
Test ok. Ca aurait été intéressant de savoir que des questions allaient porter sur les Prototypes.
developer avatar
Augustin Floren
08/12/2024
developer avatar
gautier urso
27/11/2024
j'aime bien ce genre d'exercice, je trouve plutot fun mais je suis moins sur que ca soit un bon indicateur pour un recrutement car on est rarement confronte a ce type de situation e milieu pro
developer avatar
ABDOULAYE SEREME
20/11/2024
developer avatar
Kostas
09/10/2024