I have another question which I think i am on the right track with, but i just want to make sure, if anyone is willing to share some knowledge.
I have the following code:
1) Am i right by saying that function ("blablabla", name, 888) for instance is not correct as you cannot take in a string literal ("") should rather take in a variable (string), and secondly i cannot assign a value (888).