Informatica
What is the correct syntax to get the content of the HTML element box1?
document.getValue("box1")
document.getElementById("box1").value
getValue("box1").documentById
getElementById("box1").value
Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile). Vuoi saperne di più? Consulta il
Centro assistenza
Informatica
Which are the correct ways to write a comment in JavaScript?
// comment
/* comment */
<!-- comment -->
## comment
Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile). Vuoi saperne di più? Consulta il
Centro assistenza
Informatica
Which of these is the correct tag where to place the JavaScript code?
<javascript> . . . </javascript>
<script> . . . </script>
<script javascript> . . . </script>
<code> . . . </code>
Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile). Vuoi saperne di più? Consulta il
Centro assistenza
Informatica
Which of these statements are true and which are false?
JavaScript can change the content of an HTML element.
In JavaScript, let can be used to create a variable.
The expression 5 + "3" gives the number 8.
The statement if (x > 10) checks a condition.
Il punteggio di un esercizio è determinato
dalla difficoltà: da 1 (più facile) a 5 (più
difficile). Vuoi saperne di più? Consulta il
Centro assistenza