Hi there!
I have the following line of code, and need to change the name of the variable from First_Seen to First Seen.
Wondering if anyone can help advise as to how I should change it to be able to recognize the property with a space instead of underscore?
.filter(function(some_variable){return !some_variable.user.properties.First Seen})
Thank you!