Posts by leSa • 13 points
2 posts
-
0
votes0
answers37
viewsQ: function does not work within setInterval within another function
Hello, I started studying Javascript a little while ago, and I always get excited when I go to mess with kk functions, I’m trying to create a stopwatch with JS and HTML, but when I create the…
-
1
votes3
answers162
viewsQ: Syntax error in Mysql
I was creating a table in Mysql and this error appeared in this code: USE cadastro; CREATE TABLE países( cod_país INT NOT NULL AUTO_INCREMENT, nome_país VARCHAR (30), PRIMARY KEY cod_país ); 1…