What will be the output of the following TypeScript code?

let fruits: string[] = ["apple", "orange", "banana"];

let removed = fruits.splice(1, 1, "grape", "kiwi");

console.log(removed.length);

1

2

3

4

Verified Answer
Correct Option - a

To get all Infosys Certified L2 Junior React Developer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram