JavaScript-01

Quiz
•
Computers
•
12th Grade
•
Hard
วิรยา สีขาว
Used 6+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
การเริ่มต้นภาษา JavaScript ่ขึ้นต้นและปิดด้วย Tag ใด
<script> </script>
<่javascript> </javascript>
<java> </java>
<? ?>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ข้อใดไม่ใช่คำสั่งในการแสดงข้อมูลในภาษา JavaScript
innerHTML
document.write()
document.print()
window.alert()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
คำสั่งใดที่เป็นการสั่งพิมพ์เพื่อพิมพ์เนื้อหา
window.print()
document.print()
inner.print()
JavaScript.print()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ข้อใดเป็นการกำหนดตัวแปรไม่ถูกต้อง
let x=5;
var x=10;
var $x=10;
var int x=10;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ตัวเชื่อมข้อความ ตัวเลข ในภาษา JavaScript คือข้อใดต่อไปนี้
+ บวก
. จุด
( ) วงเล็บ
* ดอกจัน
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
var x = 2 + 3 + "5"; ผลของการคำนวณ ตัวแปร x จะได้เท่าใด
55
10
235
15
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ตัวแปรที่ประกาศภายในบล็อก { } ไม่สามารถเข้าถึงได้จากภายนอกบล็อก คือข้อใดต่อไปนี้
{
var x = 2;
}
{
let x = 2;
}
{
var $x = 2;
}
{
var x = "2";
}
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
JS Talks, Quiz #5

Quiz
•
1st - 12th Grade
6 questions
Review First Lesson (Chps 1,2,3)

Quiz
•
12th Grade
15 questions
Comparing Python, Java, and JavaScript

Quiz
•
9th Grade - University
15 questions
Pseudocode and Flowcharts - Computer Science

Quiz
•
KG - 12th Grade
10 questions
Evaluación sumativa: Fundamentos del Desarrollo Web

Quiz
•
12th Grade
10 questions
Quiz Javascript Basic Pertemuan 3

Quiz
•
9th - 12th Grade
10 questions
Java Script

Quiz
•
10th - 12th Grade
10 questions
TLE QUIZZIZ 2

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade