Posts by Lucas Niehues de Farias • 13 points
3 posts
-
0
votes0
answers14
viewsQ: I’m not getting through Firebase
var inputEmail = Document.getElementById('inputEmail'); var inputName = Document.getElementById('inputName'); var addBtn = Document.getElementById('addBtn'); //By clicking the button…
-
0
votes1
answer109
viewsQ: I cannot create a remote repository and I cannot pass the files from the local p/ remote
I already tried through cmd prompt as well. It didn’t work. I went to the folder with the cd command/file path. did git init, git add, git commit and git remote add origin url. It didn’t work when I…
-
1
votes1
answer34
viewsQ: Angular JS Expressions does not work?? The value 10 does not appear and Work? appears with keys. Help!
<!DOCTYPE html> <html ng-app> <head> <title>Teste</title> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.8/angular.min.js"></script>…