Posts by Isaac Vianna • 13 points
2 posts
-
0
votes0
answers4
viewsQ: Login error in firebase deploy
I’m able to deploy using firebase CLI commands on my machine, but I’m not getting through this step in git actions, can someone help me?…
-
1
votes4
answers3053
viewsA: Whenever the button is clicked a new square should appear on the screen
function gerarQuadrado() { var boxElement = document.createElement("div"); boxElement.style.width = "100px"; boxElement.style.height = "100px"; boxElement.style.backgroundColor = "#f00";…