Posts by Matheus Rondow • 11 points
2 posts
-
0
votes1
answer38
viewsQ: Using the result of one function in another
var request = require('request'); request.get('https://r2d2-secret-pass.herokuapp.com/validate', function(err, resp, body){ console.log(body); }); function CheckPassword(password){ var psw =…
javascriptasked Matheus Rondow 11 -
1
votes0
answers461
viewsQ: Uncaught Typeerror: Cannot read Property 'value' of Undefined
I have a form that will only give Submit if the password has only letters and numbers, and after this check, should redirect to a link. Form code: <form onsubmit="return Redirect(err, resp, body,…
javascriptasked Matheus Rondow 11