Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyJavaScript== vs equalsSingle-choice MCQ4,777 views

What is the result?

let arr = ["a", "b", "c"]; arr.reverse(); console.log(arr);