1
Answer

I want the output of this code

("Tiigsi Technology" instanceof String);
(new Array(3).toString());
([1]+ []+ "Tiigsi".split(''));
('1'--'1');
what we be the output of this code 

Answers (1)