Posts by Alex • 51 points
2 posts
-
1
votes3
answers47
viewsA: Run javascript without calling in html
There are 2 errors in your code: Before getElementById should have document. background-color cannot have special characters like CSS, always use camelCase. Example: backgroundColor And finally,…
-
1
votes1
answer36
viewsA: Data Modeling
In data modeling, you should imagine what data types will work. Imagine a user registration, where we will have the following information: Full Name Date of Birth RG CPF Address Number Complement…