Posts by Tomi Pasin • 21 points
3 posts
-
0
votes2
answers45
viewsA: Guessing game with 3 difficulty levels
Good afternoon, Surge! All right? I would do this code with the use of functions. I left it commented to be better understood. : -) Let me know if it works! Hug! function geral() { //aqui o prompt…
javascriptanswered Tomi Pasin 21 -
1
votes2
answers256
viewsA: Clone your own Github project on a different machine
Hi, Valdir! All right? If I understand correctly, you want to work with your project on two machines. That shouldn’t be a problem. Basically it would be more or less that: Check if you have the git…
-
1
votes1
answer17
viewsA: When I pass a value of javascript pro php it modifies
Hi, Adolfo! How are you doing this JS conversion? Something like this? This below shows in the console 3 results for the text "Hello World!": original, Base64 and Decoded. const str = "Olá mundo!";…