Posts by Tio Zed • 19 points
3 posts
-
-1
votes3
answers214
viewsA: How to concatenate input value to function?
const input = document.getElementById("seu-input"); function gerar_string_aleatoria( tam, charset ) { var serial = ""; for( var i = 0; i < tam; i++ ) serial +=…
javascriptanswered Tio Zed 19 -
0
votes0
answers63
viewsQ: Error 500 when accessing any page in Joomla 3.x
I downloaded the government’s default identity from Joomla 3.x through the repository https://github.com/joomlagovbr/joomla-3.x, concluded the development of the site and tested in different…
-
2
votes1
answer64
viewsQ: Make the code wait for a user input to run an action, and then ask for input again
Hello, I came across a problem trying to develop an algorithm for a small text-based rpg (based on the Sololearn Python course) in Javascript, and I’ve been trying to think of a way to get over it…
javascriptasked Tio Zed 19