Posts by Thiago Adriano • 9 points
3 posts
-
0
votes2
answers54
viewsA: how to update id
Opa Brother I believe that what you want to do would not be appropriate to the process of ensuring integrity. It may be that id is auto increment and does not allow change. It may be that the type…
-
0
votes3
answers758
viewsA: How do I know if a record has been added to the database?
You need to create an api that accesses the bank and can call it via ajax. This api queries the database and brings back the data and in the get of your ajax when receiving the callback of this call…
-
0
votes3
answers941
viewsA: Encapsulation in Javascript
Encapsulation serves to help variables not conflict during the execution of their application and also not pollute the overall scope of the browser. However there is a code design pattern that…
javascriptanswered Thiago Adriano 9