Posts by Diogo Serravalle • 51 points
2 posts
-
-5
votes4
answers583
viewsQ: Javascript function
I need to create a function doubleDoProximo() that takes a parameter and returns us twice as many times as the next one, i.e., parameter + 1. so I did : function dobroDoProximo (numero1, numero2) {…
javascriptasked Diogo Serravalle 51 -
6
votes5
answers9207
viewsQ: Change the color of the text by clicking a button
<html> <head> <meta charset="utf-8"/> <style> .alterar{ color:red; text-align: justify; } </style> <title></title> </head> <body> <h1>…