Underscores in code

what do the underscores mean here?

theyre used multiple times in the code im looking at, but im having trouble finding out why its exactly important

example:
image

They’re just variable names. People like to prefix names with _ sometimes as a convention that means “don’t touch this variable, I use it internally but you don’t need to care about it”

3 Likes