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: KahinaStatus: Archived(New question!)Question passed 554 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!