Posts by Icaro Rego Fernandes • 75 points
4 posts
-
3
votes1
answer36
viewsQ: This parameter outside of expected inside an anonymous function
I made a code to train handling Arrays and Javascript. This is part of the code: function Playlist (nome ='Playlist'){ const musicas = []; function addMusicas(...novasMusicas){…
-
2
votes1
answer1871
viewsQ: Use delete method with express
Hello, I’m trying to send a value of a form (id) that will be handled by express (I don’t know the technical terms for this, if you can help me too), I’ve looked a lot but I can’t pass the id…
-
0
votes0
answers200
viewsQ: Error installing programs in windows 10
I tried to install the text editor Atom.io and the error occurred: 2017-04-16 13:25:15> Program: starting squirrel updater: --install . 2017-04-16 13:25:15> Program: starting install, writing…
-
2
votes1
answer473
viewsQ: Help setting up WAMP Server
I’m having a problem with the WAMP server, where I can’t access my project from Localhost when I click directly on the project name, just type "localhost/project name". Does anyone have any hint to…