Skip to content
Advertisement

Call variable from a loop in another method

How do I call Bookfolders in remove_tab?

JavaScript

Advertisement

Answer

Just make Bookfolders an instance field like so

JavaScript

Then you can access that data in any method.

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement