KA JS Text and Strings

KA JS Text and Strings

KG - University

5 Qs

quiz-placeholder

Similar activities

KG2 - Basic of Microsoft Word

KG2 - Basic of Microsoft Word

KG

8 Qs

Editing & Formatting in MS Word 2016

Editing & Formatting in MS Word 2016

3rd Grade

10 Qs

Formatting spreadsheet

Formatting spreadsheet

5th Grade

10 Qs

Excel Basics

Excel Basics

6th - 8th Grade

10 Qs

Photopea

Photopea

10th - 12th Grade

10 Qs

Microsoft Word 1 - Review

Microsoft Word 1 - Review

7th - 12th Grade

10 Qs

JAVASCRIPT SYNTAX

JAVASCRIPT SYNTAX

11th Grade

10 Qs

Microsoft Word

Microsoft Word

University

10 Qs

KA JS Text and Strings

KA JS Text and Strings

Assessment

Quiz

Computers

KG - University

Medium

Used 156+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these lines of JS code properly store a string?
var myName = 'Fox";
var myName = Fox;
var myName = 'Fox';
var myName = "Fox';

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operator do you use to combine strings together?
++
&
&&
+

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these lines of code display a string and have no errors?
text(Heya, 10, 20);
text("Heya", 10, 20);
text("Heya, 10, 20");
text("Heya, 10, 20);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function do you call to change the size of text in your program?
textSize();
fontSize();
textHeight();
textWidth();

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function can you call to change the font used by text in your program?
textFont();
fontFamily();
changeFont();
textFamily();