0 / 60 seg.

After executing the following code snippet, what will be the value of floored?

const negativeNumber = -3.4;
const floored = Math.floor(negativeNumber);