Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
JavaScript
easy
JavaScript
== vs equals
Single-choice MCQ
3,758 views
What is the result?
let add = (x, y) => x + y; console.log(add(5, 10));