0
Simple concatenation explanation please
I have not gotten past this section, pretty sure itâs a simple answer: Write Java code for a given variable useRating = 5 with the string âThank you for your ratingâ to the console log? I have done well on most parts of the course SoloLearn. Keep coding! Thank you
2 Answers
0
Java and Javascript are nit the same language. This is SUPER important.
Join atring by using the "+" operator.
0
Thank you.
I wrote a few times: console.log(âthank for your ratingâ + userRating); and still get error messages. Do you recall what you wrote



