Posts by Allan Santos • 139 points
5 posts
-
2
votes1
answer1472
viewsQ: Syntaxerror Error: Unexpected token Else
I am creating a game "Stone, Paper and scissors", I am at the final moment, but my code is with an error that I cannot identify. var userChoice = prompt("Voce escolhe pedra, papel ou tesoura?"); var…
javascriptasked Allan Santos 139 -
2
votes2
answers485
viewsQ: Return and console.log do not work as expected in Codecademy
I’m taking Javascript course on Codecademy, I did the function, it is returned what the exercise asks, but not step.…
javascriptasked Allan Santos 139 -
3
votes1
answer6096
viewsQ: Decrease fixed menu as you scroll the page
I want to know how to decrease the menu size when there is scroll. This is my menu: header { position: fixed; width: 100%; box-shadow: 0 4px 20px -4px #ababab; background: rgba(249, 249, 249, .8);…
-
4
votes1
answer95
viewsQ: Help with scroll animation with javascript
I have a vector image <img src="images/first-page/vectors/waves-723178.svg" alt="Imagem vetorial decorativa" class="vector-wave"> and it is positioned to the left of the screen .vector-wave {…
-
2
votes1
answer1307
viewsQ: Difficulties connecting Javascript with HTML
A few months ago I took a course to insert myself in the job market as "Front End", I learned what was necessary, but now to put into practice Javascript is complicated, because in theory I know a…