+ 1
what does placeholder variable means?
2 Réponses
+ 2
Placeholder takes up space until that space is needed(until you assign a proper value). It's a temporary solution.
0
makes it so you dont end up with a error like "this variable is not defined"