Question 74 of 10074%
74

What will gets logged for below code?

console.log(num);
let num = 6;  
74/100