FrontendInterviews.dev

661. Banana Unary Plus Coercion

Easy•

Predict the output.

console.log(('b' + 'a' + + 'b' + 'a').toLowerCase())

What is printed in the console?

Select an option and submit your answer.
Next Problem