Posts by AndreRaica • 21 points
3 posts
-
1
votes1
answer46
viewsA: Nodejs in the Azure
I managed to solve. Need to use door environment variable (process.env.PORT), as below. Wrong code: app.listen(3000, function(){ console.log('Servidor rodando na porta. server<<' +…
-
0
votes2
answers2001
viewsA: Add object inside an object
Amigo. It would be interesting to do a basic javascript and make the logic work with the objects, then we could contribute easier with the solution of the problem and replicate locally follows basic…
-
1
votes2
answers109
viewsA: how to change the page subtitle by choosing a select
Follow a pure and simple javascript for this. hope it helps <header class="jumbotron"> <h1> <img src="img/logo.png"> </h1> <h2>Pedido de Serviço de…