Week 1 SEB72 Quiz, Javascript

Week 1 SEB72 Quiz, Javascript

Professional Development

15 Qs

quiz-placeholder

Similar activities

C# TOPIC NEW-2

C# TOPIC NEW-2

Professional Development

15 Qs

Jascript Basics

Jascript Basics

Professional Development

14 Qs

Quizz DevZeros C++

Quizz DevZeros C++

Professional Development

17 Qs

HTML 1

HTML 1

Professional Development

15 Qs

SEB-72 Week 7 Beginnings of React

SEB-72 Week 7 Beginnings of React

Professional Development

13 Qs

React.js  basic

React.js basic

Professional Development

10 Qs

Revisão Programação Web - 2

Revisão Programação Web - 2

10th Grade - Professional Development

15 Qs

JavaScript Dasar

JavaScript Dasar

Professional Development

10 Qs

Week 1 SEB72 Quiz, Javascript

Week 1 SEB72 Quiz, Javascript

Assessment

Quiz

Instructional Technology

Professional Development

Easy

Created by

Lay Jones

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the right syntax for including a Javascript file to your HTML file?

<script type="main.js"></script>

<script src="main.js"></script>

<script type = "main.js"></script>

<script src="main.js">

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to write a Javascript Array?

const colors = "red", "green", "blue";

const colors = 1 = ("red"), 2 = ("green"), 3 = ("blue");

const colors = ["red", "green", "blue"];

const colors = (1: "red", 2: "green", 3: "blue");

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we comment out code in Javascript?

<!-- some code -->

..some code

_some code_

// some code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct name for Javascript's variable syntax?

camelCase

snake_case

PascalCase

kebab-case

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What tag do you use to create a unordered list?

<ol>

  • <li>

  1. <list>

  • <ul>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three components of a for loop?

start, stop, step
begin, end, step
setup, check, update
initialization, condition, increment/decrement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we get an Array's length?

size
count
dimension
length

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?