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

What is the result?

let add = (x, y) => x + y; console.log(add(5, 10));