hey please help me i'm blocked :'(
Why this code dont work (it's for the level 4/8 in "Using string and variables"
We have :
private var userMoney:Number = 300;
private var dollarSymbol:String = "$";
And we need to add the two lignes so I do this :
private var displayMoney:String = userMoney+dollarSymbol;
And that don't work please help me ! :'(