Match the correct outputs to the string operations.
Introduction to String
String operation
Report a typo
Match the items from left and right columns
console.log(24 - "20");
console.log(24 + 20);
console.log("24" + 20);
console.log("24"- "20" + "4");
console.log("24" - "20" + 4);
4
'2420'
8
'44'
44
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.