Question from the Javascript - Fundamentals test

Write a Javascript code that displays the height of a spy.

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(); 
Author: RonanStatus: Archived(New question!)(Update)Question passed 850 times
1
Community EvaluationsNo one has reviewed this question yet, be the first!