What will be logged to the console in the following TypeScript code?

let nums: number[] = [1, 2, 3, 4, 5];

let sliced = nums.slice(1, 3);

console.log(nums.length);

2

3

4

5

Verified Answer
Correct Option - d

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

Telegram