What will be the output of the following code?
const date = new Date('2022-12-25T10:30:45');
console.log(date.getSeconds());
What will be the output of the following code?
const date = new Date('2022-12-25T10:30:45');
console.log(date.getSeconds());