Posts by Mr Mago • 109 points
3 posts
-
-1
votes1
answer39
viewsQ: Variables in JS Node
wanted to understand more the concept of variables in NODE. I tried to make a simple code to read a json from the internet. I created a variable to receive the name of the title, but after set, it…
-
11
votes1
answer1637
viewsQ: Number in full for number
I would like to transform an extended number to normal int; example: FunçãoParaConverter("trinta e dois") // retorna 32 FunçãoParaConverter("mil vinte e quatro") // retorna 1024…
-
-1
votes1
answer42
viewsQ: Boostrap and two buttons
I’m trying to log in and register on a page, but when I click on the sign up button, it goes back to the beginning of the login.php. Where do I leave the register_form in display: none, not showing…