Question from the Javascript - Fundamentals test

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

Medium

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: David BlervaqueStatus: Published(Update)Question passed 70 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!