Clevermind
.uk
What result do you get when you concatenate the string 'hello' with the number 5 in JavaScript?
10
'5hello'
'hello5'
'hello 5'
Computer Software Exercises are loading ...