Is this code bit wrong,
var num = 3; var str = "The number is " + num!";
How to fixed this,
hi try the following:
var num = 3; var str = "The number is " + num + "!";