After executing the following code snippet, what will be the value of floored?
const negativeNumber = -3.4;
const floored = Math.floor(negativeNumber);
After executing the following code snippet, what will be the value of floored?
const negativeNumber = -3.4;
const floored = Math.floor(negativeNumber);