Posts by Bruno Ramos • 33 points
5 posts
-
1
votes2
answers153
viewsQ: Display the result of a calculation on the screen
I need to present the result of this function on the screen, I’m only using Alert to see if it’s working, but I need to display it as a paragraph on the screen. I tried using innerHTML, but I…
-
0
votes1
answer123
viewsA: Error Caused by: javax.mail.Authenticationfailedexception
I figured out what it is. In gmail you have to enable "app passwords". It generates a 16-digit password, it is default to enter in the code. Here is the orientation >…
-
0
votes1
answer123
viewsQ: Error Caused by: javax.mail.Authenticationfailedexception
I’m trying to use the Commons Email library, but this is giving the following error Exception in thread "main" org.apache.commons.mail.EmailException: Sending the email to the following server…
-
1
votes2
answers290
viewsA: Write a Naipedetruco(suit) function that returns an array of strings with the numbers + suits of the cards
I appreciate your time in helping me. I found this solution here. I removed the Ifs, passed the parameters and concatenated the strings together. function naipeDeTruco(naipe){ var naipeEscolhido =…
javascriptanswered Bruno Ramos 33 -
1
votes2
answers290
viewsQ: Write a Naipedetruco(suit) function that returns an array of strings with the numbers + suits of the cards
I’m solving the exercise below, but I’m having some problems: Write a suit functionDeruco, which given a suit, returns a list of strings, one for each card of this suit following the cards of the…
javascriptasked Bruno Ramos 33