Search Header Logo

JavaScript variables

Authored by Piotr Borowski

Computers

3rd Grade

Used 2+ times

JavaScript variables
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Media Image

var s = 'kotek';

var d = 15;

var a = '2';

console.log(s + d);

co się wyświetli?

(a)  

2.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Media Image

var s = 'kotek';

var d = 15;

var a = '2';

console.log(d + s);

co się wyświetli?

(a)  

3.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Media Image

var s = 'kotek';

var d = 15;

var a = '2';

console.log(d + parseInt(a));

co się wyświetli?

(a)  

4.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Media Image

var s = 'kotek';

var d = 15;

var a = '2';

console.log(d + a);

co się wyświetli?

(a)  

5.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Media Image

var d = 11;

console.log(parseInt(d, 8));

co się wyświetli?

(a)  

6.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Media Image

var d = 11;

console.log(parseInt(d, 16));

co się wyświetli?

(a)  

7.

FILL IN THE BLANKS QUESTION

1 min • 1 pt

Media Image

var d = 10;

console.log(parseInt(d, 16));

co się wyświetli?

(a)  

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?