Posts by Rafa Yaw • 11 points
2 posts
-
0
votes0
answers69
viewsQ: How to call the recursive function by passing this
I am having problems locking the browser in executing the code below. The problem occurs when I call the function: montarMenu.call(this);, recursively, inside itself. var SISTEMA= SISTEMA|| {};…
-
1
votes1
answer131
viewsQ: How to implement the Parcelable class?
I need help when it comes to object orientation. I need to implement the class Parcelable in the model Produto, but for the sake of organization, I would not like to implement directly in the class…