MCQ
Which function is commonly used to print output or debug values in JavaScript?
Explanation
console.log() prints values to the browser console, which is useful for debugging.