Posts by Julia • 49 points
4 posts
-
2
votes1
answer50
viewsQ: Uncaught Referenceerror: openNav is not defined at Htmlspanelement.onclick (index.html:1)
I have a Nav side bar, where mine onClick (so much of closeNav, how much of openNav) do not work. I tried the document.getElementById("demo").innerHTML = "Hello JavaScript!";, but as I have other…
-
0
votes2
answers54
viewsQ: How I do a Ctrl+C something inside a form with a button using javascript
I have a form and a button next to it. I need to copy the information in this form by just clicking on the javascript button. The form, button and function attempt of CRTL+C is this: HTML <label…
javascriptasked Julia 49 -
0
votes1
answer2291
viewsQ: How to open an HTML page in the browser with Vscode
I need to open a page in the browser with my HTML codes, using Vscode. However, when I do F1+tasks: Configure Tasks, it does not open tasks.json.
-
2
votes2
answers2446
viewsQ: Error code Parsing error: Unexpected token, expected ","?
I’m having a hard time with mine JavaScript, the given error is: ./src/components_basics/Aleatorio.jsx Line 5:56: Parsing error: Unexpected token, expected "," 3 | 4 | export default (props) => {…