Posts by AlexDev • 41 points
4 posts
-
3
votes1
answer73
viewsQ: Error importing module in Javascript
I am having a problem importing a Javascript module. I am using a Python HTTPS server to create my websites. Filing cabinet: modules/index.js: export function soma (c,d){ return c + d } Filing…
javascriptasked AlexDev 41 -
1
votes3
answers63
viewsA: How NOT to separate a number of two or more digits when adding to a Python list?
You wanted to save the numbers on a list? I did it that way did not use lists to join the characters teste = 'A2B4C13' listaNumeros = "" listaDeLetras = "" for numero in teste: if…
-
-2
votes2
answers474
viewsA: Two actions on the same button
That’s a cool question! type ai click the button for the first time let’s say it opens the github and the second time the stack come on php $link_count = 0 function AlternaLinks(){ if ($link_count…
-
-1
votes2
answers44
viewsQ: Tags With Different Sizes
Image 1: A Hello, World Viewed in Chrome Click on the image to view it in its original size Image 2: Same Hello, World Being Viewed on Chrome Devtools Device Click on the image to view it in its…