Posts by Nicholas Affonso • 13 points
2 posts
-
0
votes1
answer106
viewsQ: make javascript listen to an html element and manipulate the value of the property of another element if there is click
I need to listen to an html element of id="hamburger", if the user clicks, javascript checks the value of the display property of another element, in the case id="Overlaynav", and changes the value,…
-
1
votes1
answer647
viewsQ: How to set up Gulp.task default Sass and watch
hello I’m having some problems configuring gulpfile.js to automate the conversion of Sass to css in the test project, below I explain the environment and errors presented Folder structure //layout |…