Jesse McIntosh
Results
1
comments of
Jesse McIntosh
What about this case? ````js function hello() { this.state = { test: '.text' } this.state.test = 'i am a local variable' test = 'i am a global variable' } ````...