Archived
The following code displays: 1.86. What can be said about line 2?
let spy = new Identity ('James','Bond',50,1.86);
spy.giveHeight();
1
Community Evaluations
Jacques
19/07/2024
Pour moi il n'y a qu'une seul bonne réponse, la première.
giveHeaight() n'est pas une fonction mais une methode
il n'y a pas de fichier .class en js
et la dernière reponse, on ne sait pas comment sont stokés les attributs de la class Identity, donc on ne peut pas repondre par l'affirmative à la dernière réponse.
Ronan
29/01/2024
On est plus sur un niveau intiation qu'expert, l'instantiation d'une classe, l'accès à une méthode, la terminologie associée sont tous des éléments qu'on voit en introduction au JS ou à la POO
88
Understanding the differences between `map()` and `forEach()` methods in JavaScript37
Write a JavaScript function that fetches data from an API and logs it to the console.23
Fix the following Javascript loop:10
The certificate variable is not attainable outside the if loop10
Use spread operator to split an array into two arrays in Javascript10
Write a Javascript code that displays 'Adversity is not to be feared' and 'There is potentially a real danger'8
What can be said about ECMAScript?