Posts by Wesley Belizario • 63 points
2 posts
-
1
votes1
answer109
viewsQ: Display only option marked in select in JS
I have a table with several entries, I would like to select a type of data and appear only those selected data. <select> <option selected>Escolher...</option> <option…
javascriptasked Wesley Belizario 63 -
3
votes2
answers169
viewsQ: Only one class can instantiate another class, how do we do that?
Hi, I’m doing an UML on an exercise, but I can’t do a part of it. The exercise says that only the administrator class can create another contributor, I wanted to know how I could implement this.…