Sha23, what's the variable you saved the user's na...
# 🌎general
a
Sha23, what's the variable you saved the user's name called? you can access the first or last name by adding
.first
or
.last
to that variable's name when you call it. for example if the variable is
userName
then you get the first name by typing
userName.first