Description
This is the regular variable type and it is the mode used variable in any code. It will only store info in a single and cannot be accessed across functions or page visits.
Example
v.cats = 5
will create a variable named “cats” with a value of 5.