JavaScript Bazike
Quiz-summary
0 of 7 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
Information
Quiz bazik për JavaScript
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 7 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- Answered
- Review
-
Question 1 of 7
1. Question
Në cilin HTML element vendoset JavaScript kodi?
Correct
Incorrect
-
Question 2 of 7
2. Question
Cila është JavaScript sintaksa e duhur për ndryshimin e përmbajtjes së HTML elementit?
Tekst për TICK.
Correct
Incorrect
-
Question 3 of 7
3. Question
Ku është vendi i duhur për shkuarjen e JavaScript kodit?
Correct
Incorrect
-
Question 4 of 7
4. Question
Si fillon një FOR loop?
Correct
Incorrect
-
Question 5 of 7
5. Question
Cila është sintaksa e duhur për deklarimin e një vargu(array)?
Correct
Incorrect
-
Question 6 of 7
6. Question
Cili event thirret kur përdoruesi klikon mbi një HTML element?
Correct
Incorrect
-
Question 7 of 7
7. Question
Krijo vargun me emrin pemet dhe paraqit atë.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p id=”demo”>Paraqit rezultatin këtu.</p>
<script>
var ____ = [“Orange”, “Apple”, “Peach”];
____.____(“____”).____ = ____;
</script>
</body>
</html>
Zgjedh pergjegjien e sakt.Correct
Incorrect