Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
easy
JavaScript
== vs equals
Single-choice MCQ
4,777 views
What is the result?
let arr = ["a", "b", "c"]; arr.reverse(); console.log(arr);