— Https://www.twitch.tv/simuleios
— Ye I make stuff like that :D
— Hi, can i get variable name from javascript ?
— If it's a value, you can't
— If it's a property AND you have access to the parent object, you might be able to find the key by iteration
Message permanent page
— If it's a function or method, just access .name
(May be undefined if the function is anonymous)
— Sorry i am not understand
— 'If it's a property AND you have access to the parent object'